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

Add dedicated methods to parse properties from string and file #646

Open
volkm opened this issue Dec 13, 2024 · 0 comments
Open

Add dedicated methods to parse properties from string and file #646

volkm opened this issue Dec 13, 2024 · 0 comments

Comments

@volkm
Copy link
Contributor

volkm commented Dec 13, 2024

Each call to parseProperties currently checks whether a potential file with this name exists. File I/O operations can be costly and this can introduce some unnecessary overhead. I would suggest to add dedicated functions for parsePropertiesFromString and parsePropertiesFromFile to avoid this overhead if the input format is clear.

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

No branches or pull requests

1 participant