LinHash - A concurrent linear hashing implementation

⚓ Rust    📅 2026-01-18    👤 surdeus    👁️ 11      

surdeus

Warning

This post was published 53 days ago. The information described in this article may have changed.

Linear hashing is a technique to build a on-disk hash table and its concurrency is well studied in this paper https://dl.acm.org/doi/10.1145/22952.22954.

The algorithm is beautiful and the implementation was fun. Thank you.

1 post - 1 participant

Read full topic

🏷️ Rust_feed