rust-elias-fano icon indicating copy to clipboard operation
rust-elias-fano copied to clipboard

.visit() performance improvements

Open tomarrell opened this issue 7 years ago • 1 comments

As mentioned in #5, the visit method can be better optimized.

The current recommendation is to use a popcount

tomarrell avatar Jul 17 '18 04:07 tomarrell

http://shonan.nii.ac.jp/seminar/029/wp-content/uploads/sites/12/2013/07/Sebastiano_Shonan.pdf for more info.

fulmicoton avatar Jul 17 '18 09:07 fulmicoton