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

Speed up the duration parser #4204

Merged
merged 1 commit into from May 13, 2024
Merged

Conversation

dominiklohmann
Copy link
Member

This makes schema inference in many parsers a lot faster. We noticed that on GCC, we spend an unreasonable amount of time parsing durations when reading GELF.

This makes schema inference in many parsers a lot faster. We noticed
that on GCC, we spend an unreasonable amount of time parsing durations
when reading GELF.
@dominiklohmann dominiklohmann added performance Improvements or regressions of performance format Parser and printer labels May 10, 2024
@dominiklohmann dominiklohmann requested a review from lava May 10, 2024 17:50
@dominiklohmann dominiklohmann merged commit 50cee61 into main May 13, 2024
55 checks passed
@dominiklohmann dominiklohmann deleted the topic/faster-duration-parser branch May 13, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
format Parser and printer performance Improvements or regressions of performance
Projects
None yet
2 participants