https://github.com/robclu/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.
https://github.com/robclu/leapfrog
concurrency concurrent-hashmap data-structures hashmap hashmaps lock-free-hashtable rust
Last synced: 2 months ago
JSON representation
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
- Host: GitHub
- URL: https://github.com/robclu/leapfrog
- Owner: robclu
- License: apache-2.0
- Created: 2021-12-20T09:50:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T13:46:54.000Z (about 1 year ago)
- Last Synced: 2025-03-29T21:01:28.094Z (11 months ago)
- Topics: concurrency, concurrent-hashmap, data-structures, hashmap, hashmaps, lock-free-hashtable, rust
- Language: Rust
- Homepage:
- Size: 193 KB
- Stars: 222
- Watchers: 1
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE