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

0.2.0 brings performance improvements #1

Merged
merged 4 commits into from
Dec 29, 2023
Merged

0.2.0 brings performance improvements #1

merged 4 commits into from
Dec 29, 2023

Conversation

Zetelias
Copy link
Owner

@Zetelias Zetelias commented Dec 29, 2023

In 0.2.0 we switch from map to unordered_map as the underlying data type of the EasyCLI class commands property.
This means that the time complexity to access a command will be O(1) instead of O(log(n)).

For convenience and clarity, we introduced a python script to generate the documentation pdf, versioned the Doxyfile and improved the .gitignore and .readme

@Zetelias Zetelias self-assigned this Dec 29, 2023
@Zetelias
Copy link
Owner Author

Didn't find any issues in my testing so it's a merge!

@Zetelias Zetelias merged commit 8ce2783 into main Dec 29, 2023
@Zetelias Zetelias deleted the 0.2.0 branch December 29, 2023 23:17
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