You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCaml implementations of succinct bitvector rank/select – in constant and logarithmic (via binary search) time, respectively – and wavelet trees, wrapping the Bitv library.
Installation
I suggest using OPAM to install OCaml, OCamlfind, and Bitv.
About
OCaml implementations of succinct bitvector rank/select and wavelet trees, wrapping the bitv library