Releases: vigna/sux-rs
Releases · vigna/sux-rs
0.4.6
[0.4.6] - 2024-10-07
New
Benchmarks are now available for rank/select structures.
0.4.5
[0.4.5] - 2024-10-07
New
New SelectZeroSmall structure, freely composable with SelectSmall (over
RankSmall).
From implementation for EliasFano and Extend implementation for
EliasFanoBuilder.
0.4.4
[0.4.4] - 2024-09-16
New
We now provide access to the slice underlying a bit-field (atomic)
vector.
0.4.3
[0.4.3] - 2024-09-05
Improved
Better constructors for Elias–Fano.
0.4.2
[0.4.2] - 2024-08-11
Fixed
Removed spurious dependencies.
New
0.4.1
[0.4.1] - 2024-07-24
New
New method BitFieldSliceMut.apply_in_place with optimized implementation in
BitFieldVec.
0.3.1
[0.3.1] - 2024-03-21
Improved
EliasFano has now a non-strict upper bound, allowing usize::MAX
to be representable.
0.3.0
[0.3.0] - 2024-03-18
New
Now the binaries are built only if the "cli" feature is enabled. The goal is
to reduce the compile time when this crate is used as a library.
Improved
Migrated from stderr logger to envlogger
You can’t perform that action at this time.