Rahul Singh
After a recent introduction to Rust, I noticed that the standard library didn't offer a Bitvector. So I asked myself, what would it take to write the fastest possible Bitvector?. As I waded deeper into unsafe rust, I challenged myself to build a LinkedList faster than std::LinkedList with O(1) time inserts in the middle. With that small start, it was the logical next step to open source the code and offer production ready data structures and algorithms. Over time I plan on expanding the collection with help from the community.
I enjoy writing code (in emacs) and this is my contribution to Rust.