Rust Hashmap

Open-source Rust projects categorized as Hashmap

Top 7 Rust Hashmap Projects

  1. dashmap

    Blazing fast concurrent HashMap for Rust.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. gxhash

    The fastest hashing algorithm 📈

    Project mention: Tolower() with AVX-512 | news.ycombinator.com | 2024-07-28

    There's a debate on how unsafe/unsound this technique actually is. https://github.com/ogxd/gxhash/issues/82

    I definitely see the conundrum since the dangerous code is such a huge performance gain.

  4. whirlwind

    🌀 Ridiculously fast, fully asynchronous, sharded hashmap for Rust.

    Project mention: Show HN: Whirlwind – Async concurrent hashmap for Rust | news.ycombinator.com | 2024-11-05

    Benchmarks will always look good when using a spin-lock like you seem to be using here https://github.com/fortress-build/whirlwind/blob/0e4ae5a2aba...

  5. leapfrog

    Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.

  6. indicium

    A simple in-memory search for collections and key-value stores.

  7. ritelinked

    RiteLinked - LinkedHashMap & LinkedHashSet in Rust

  8. array-map

    An array based `HashMap`

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Hashmap discussion

Log in or Post with

Rust Hashmap related posts

  • StupidAlloc: what if memory allocation was bad actually

    3 projects | /r/rust | 7 Jul 2023
  • dashmap VS scalable-concurrent-containers - a user suggested alternative

    2 projects | 13 Apr 2023
  • Samsara, a safe Rust concurrent cycle collector

    4 projects | /r/rust | 4 Jan 2023
  • Fresh Tweak on Open Addressing Hash Maps

    2 projects | /r/rust | 1 Nov 2022
  • Shared mutable state is bad... so how do I create a global cache in a multi-threaded app?

    2 projects | /r/rust | 28 Apr 2022
  • Leapfrog 0.2.0 (improved concurrent rust hashmap)

    2 projects | /r/rust | 15 Mar 2022
  • On my way to make the production rusty

    1 project | /r/rust | 7 Feb 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 22 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Hashmap projects in Rust? This list will help you:

# Project Stars
1 dashmap 3,216
2 gxhash 832
3 whirlwind 455
4 leapfrog 216
5 indicium 67
6 ritelinked 53
7 array-map 1

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Rust is
the 5th most popular programming language
based on number of references?