Skip to content

feat: replaced unordered_maps with optimized id_map #169

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

Merged
merged 2 commits into from
Apr 16, 2025

Conversation

zaucy
Copy link
Member

@zaucy zaucy commented Apr 15, 2025

  • there were unncessary hashes and allocations being made by utilising
    unordered_map in a few key places. Instead we're using a std::array
    with some careful indexing to improve performance.

zaucy added 2 commits April 15, 2025 14:05
* there were unncessary hashes and allocations being made by utilising
  unordered_map in a few key places. Instead we're using a std::array
  with some careful indexing to improve performance.
@zaucy zaucy marked this pull request as ready for review April 16, 2025 21:55
@zaucy zaucy merged commit f746aec into main Apr 16, 2025
4 checks passed
@zaucy zaucy deleted the feat/optimized-id-map branch April 16, 2025 21:55
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