Skip to content
New issue

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

optimise template load time #241

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

rmorozov
Copy link
Member

trying to fix #237

according to research
https://github.com/HFTrader/regex-performance
std::regex is extremely slow

x times slower than boost one's

==> changing default regex engine to boost one's
presering ability to build jinja2cpp with standard regex

trying to fix #237

according to research
https://github.com/HFTrader/regex-performance
std::regex is extremely slow

x times slower than boost one's

==> changing default regex engine to boost one's
presering ability to build jinja2cpp with standard regex
@rmorozov rmorozov merged commit 3d782f1 into master Jun 16, 2023
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.

tpl.Load() very time consuming
1 participant