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

update dashmap and hashbrown #49

Merged
merged 4 commits into from
Jul 2, 2024
Merged

Conversation

conradludgate
Copy link
Contributor

@conradludgate conradludgate commented Jun 19, 2024

Performance improved drastically for me on my M2 for the ThreadedRodeo.

Main changes:

  1. Update hashbrown. The only change this caused is replacing raw_table() with raw_table_mut().
  2. Update dashmap.
    • The raw-api of dashmap changed considerable. It now uses RawTable instead of HashMap to avoid double hashing.
  3. Several lint fixes
    i. max_value() -> MAX.
    ii. Use the hash_one api stabalised in 1.71.0
  4. Fix multi-threaded tests that were never enabled due to bad cfg.

Also includes #45
Fixes #46
Fixes #27

@Kixiron Kixiron merged commit d3addad into Kixiron:master Jul 2, 2024
12 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants