Skip to content

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