Skip to content

Conversation

@ldm0
Copy link

@ldm0 ldm0 commented Oct 13, 2025

regex performs poorly on multi-threaded component: rust-lang/regex#1080.

This PR rewrites the parser, removes the regex usage and allows lowercase property name as specified in the specification.

ldm0 added 2 commits October 13, 2025 16:33
Replace regex-based parsing with direct string manipulation for better readability and maintainability. The new implementation uses helper functions to parse date and time components separately.
@ldm0
Copy link
Author

ldm0 commented Oct 13, 2025

CI failure should be fixed by #140

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.

1 participant