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: 22 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-23T21:19:30.000Z (about 1 month ago)
- Last Synced: 2026-03-24T18:55:17.368Z (about 1 month ago)
- Topics: concurrency, concurrent-hashmap, data-structures, hashmap, hashmaps, lock-free-hashtable, rust
- Language: Rust
- Homepage:
- Size: 300 KB
- Stars: 266
- Watchers: 1
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE