All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.2 - 2025-09-15
- use
get_uncheckedfor index accesses in rle (#76) - improve fls-rle comments (#75)
- (deps) update codspeedhq/action digest to 653fdc3 (#73)
- (deps) pin dependencies (#67)
- (deps) update codspeedhq/action action to v4 (#69)
- (deps) update actions/checkout action to v5 (#68)
0.2.1 - 2025-09-05
- fastlanes rle (#70)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2025-10-16
- unchecked for bp (#97)
- fixup FoR doc str and bench (#98)
- (deps) update marcoieni/release-plz-action digest to d529f73 (#96)
- (deps) update codspeedhq/action digest to 7a5b8b0 (#95)
- (deps) update codspeedhq/action digest to 3959e9e (#93)
- (deps) update rust crate divan to v4 (#90)
0.4.0 - 2025-10-03
- make rle index type generic for decode (#91)
0.3.0 - 2025-09-30
- Relax bounds on RLE compression (#89)
- Simplify unpack mask to match the pack mask (#88)
- Use c6.8xlarge for codspeed benchmarks (#87)
- Remove unsafe example from readme (#86)
- switch to metal instance for ci benchmarks (#84)
- move all benchmarks to divan (#83)
- Narrow down the scope of paste macro (#77)
- (deps) update marcoieni/release-plz-action digest to acb9246 (#74)
0.2.0 - 2025-07-15
- Use stable Rust edition 2021 (#65)
- (deps) update mozilla-actions/sccache-action action to v0.0.9 (#62)
- Never inline kernel impls to improve compile times (#61)
- Compare into byte bool (#60)
- Bump toolchain & edition (#59)
- Setup Codspeed (#58)
- bump rust-toolchain (#54)
- (deps) update mozilla-actions/sccache-action action to v0.0.7 (#53)
- add throughput benchmarks (#51)
- (deps) update mozilla-actions/sccache-action action to v0.0.6 (#49)
0.1.8 - 2024-09-20
- fix the readme example and run it as a doctest (#47)
0.1.7 - 2024-07-19
- Fast unpack_single (#43)
0.1.6 - 2024-07-03
- reimplement Bitpacking::unpack_single (#42)
- clippy works now, and is pedantic (#38)
- aggressive clippy (#37)
- pin nightly-2024-06-19 (#36)
- Apache license (#34)
0.1.5 - 2024-06-17
- Fix fused delta (#31)
0.1.4 - 2024-06-17
- Unchecked unpack single (#29)
0.1.3 - 2024-06-17
- (deps) update mozilla-actions/sccache-action action to v0.0.5 (#28)
- Bitunpack Single (#27)
- Unchecked bitpack (#25)
0.1.2 - 2024-06-16
- Fused Delta + FoR (#22)