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.