Skip to content

Latest commit

 

History

History
140 lines (92 loc) · 6.42 KB

File metadata and controls

140 lines (92 loc) · 6.42 KB

Changelog

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.

[Unreleased]

0.2.2 - 2025-09-15

Other

  • use get_unchecked for 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

Added

  • fastlanes rle (#70)

Changelog

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.

[Unreleased]

0.5.0 - 2025-10-16

Added

  • unchecked for bp (#97)

Fixed

  • fixup FoR doc str and bench (#98)

Other

  • (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

Added

  • make rle index type generic for decode (#91)

0.3.0 - 2025-09-30

Fixed

  • increase sample count to stabilize benchmarks (#82)
  • black box input and output parameters (#79)

Other

  • 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

Added

  • Use stable Rust edition 2021 (#65)

Other

  • (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

Fixed

  • fix the readme example and run it as a doctest (#47)

0.1.7 - 2024-07-19

Other

  • Fast unpack_single (#43)

0.1.6 - 2024-07-03

Other

  • 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

Other

  • Fix fused delta (#31)

0.1.4 - 2024-06-17

Other

  • Unchecked unpack single (#29)

0.1.3 - 2024-06-17

Other

  • (deps) update mozilla-actions/sccache-action action to v0.0.5 (#28)
  • Bitunpack Single (#27)
  • Unchecked bitpack (#25)

0.1.2 - 2024-06-16

Other

  • Fused Delta + FoR (#22)

0.1.1 - 2024-06-14

Other

  • Delta Encoding (#11)
  • Transpose Masks (#8)
  • Remove old workflow (#7)