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

Cleanup use of std::map and std::unordered_map #41

Open
maddyscientist opened this issue Feb 11, 2020 · 0 comments
Open

Cleanup use of std::map and std::unordered_map #41

maddyscientist opened this issue Feb 11, 2020 · 0 comments
Assignees

Comments

@maddyscientist
Copy link
Collaborator

Jitify is using both std::map and std::unordered_map with no real thought as to which is more suitable. This is a request to clean this up to use the most appropropriate map consistently, ideally based on benchmarked performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants