[Showcase] BWSPI - Bit-Width Sparse Pointer Index, a zero-hash integer set routed by leading-zeros count

205 · Users Rust Lang · June 16, 2026, 8:51 p.m.
Summary
The author shares an experimental data structure they've built in Rust called Bit-Width Sparse Pointer Index (BWSPI), which uses leading-zeros count for zero-hash indexing in low-level collections. They seek feedback on its design and performance benchmarks compared to traditional data structures and inquire about API and safety concerns before publication.