rust-elias-fano
rust-elias-fano copied to clipboard
.visit() performance improvements
As mentioned in #5, the visit method can be better optimized.
The current recommendation is to use a popcount
http://shonan.nii.ac.jp/seminar/029/wp-content/uploads/sites/12/2013/07/Sebastiano_Shonan.pdf for more info.