Skip to content

Deduplicate strings in the parser#137

Merged
szeiger merged 1 commit intodatabricks:masterfrom
szeiger:wip/dedup-strings
Nov 30, 2021
Merged

Deduplicate strings in the parser#137
szeiger merged 1 commit intodatabricks:masterfrom
szeiger:wip/dedup-strings

Conversation

@szeiger
Copy link
Copy Markdown
Collaborator

@szeiger szeiger commented Nov 5, 2021

This leads to slower results in ParseBenchmark (~ 5%) but with parsing taking only 10% of the total time in the main benchmark, the potential for performance regressions is severely limited. We see an improvement of overall benchmark times, both single-threaded and multi-threaded with a shared parse cache, in the main benchmark.

This leads to slower results in ParseBenchmark (~ 5%) but with parsing taking only 10% of the total time in the main benchmark, the potential for performance regressions is severely limited. We see an improvement of overall benchmark times, both single-threaded and multi-threaded with a shared parse cache, in the main benchmark.
@szeiger szeiger merged commit d18a07a into databricks:master Nov 30, 2021
jam01 pushed a commit to jam01/sjsonnet that referenced this pull request Mar 7, 2022
This leads to slower results in ParseBenchmark (~ 5%) but with parsing taking only 10% of the total time in the main benchmark, the potential for performance regressions is severely limited. We see an improvement of overall benchmark times, both single-threaded and multi-threaded with a shared parse cache, in the main benchmark.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants