Hacker News new | ask | show | jobs
by comagoosie 1575 days ago
I'm collecting a bit of a benchmark for rust bitstream libraries inside my own library[1], and I wasn't aware of yours, so I'll add it to the list this afternoon!

[1]: https://github.com/nickbabcock/bitter

1 comments

Awesome! I'll be interested to see how my (extremely naive) implementation stacks up.
Updated the benchmark with your implementation! You can see the results here: https://github.com/nickbabcock/bitter#comparison-to-other-li...