Skip to content

Conversation

rboy1
Copy link

@rboy1 rboy1 commented Oct 1, 2025

~20% performance improvement, significant improvement when parsing large INI files

rboy1 added 3 commits October 1, 2025 18:47
~20% performance improvement, significant improvement when parsing large INI files
Creating HashSet is expensive when reading large file, since the validCommentChars do not change over the course of a single read API, initialize it once and use to to read entire file. Improves performance by about 15%
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