We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UriTemplate
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
#1797 - Optimization around constructing UriTemplate when supplying T…
a53860a
…emplateVariables of same type Reduce the repeated merge routines on ExpandGroups. Before: Benchmark Mode Cnt Score Error Units TemplateVariableBenchmark.concat thrpt 3 3150,261 ± 263,525 ops/s After: Benchmark Mode Cnt Score Error Units TemplateVariableBenchmark.concat thrpt 3 55275,436 ± 3778,690 ops/s
#1797 - Polishing.
35c76e9
Avoid grouping of template variables via stream. Before: Benchmark Mode Cnt Score Error Units TemplateVariableBenchmark.concat thrpt 3 55275,436 ± 3778,690 ops/s After: Benchmark Mode Cnt Score Error Units TemplateVariableBenchmark.concat thrpt 3 64587,790 ± 735,705 ops/s
Backport of #1775.
Sorry, something went wrong.
odrotbohm
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: