You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 forparsePropertiesFromString
andparsePropertiesFromFile
to avoid this overhead if the input format is clear.The text was updated successfully, but these errors were encountered: