Skip to content

Releases: spiraldb/fsst

v0.4.3

03 Oct 16:36
f91fdfb
Compare
Choose a tag to compare

Added

  • 35% faster decompression with less boundary check (#41)

Other

  • (deps) update rust crate curl to v0.4.47 (#40)
  • (deps) update mozilla-actions/sccache-action action to v0.0.6 (#38)

v0.4.2

17 Sep 20:47
024f232
Compare
Choose a tag to compare

Fixed

  • search for first non-empty chunk (#35)
  • docs first3 (#33)

Other

  • Assertion should allow empty compression (#36)

v0.4.1

12 Sep 14:04
eab2743
Compare
Choose a tag to compare

Other

  • Use wrapping operations in fsst_hash (#31)

v0.4.0

03 Sep 22:17
4b1ec32
Compare
Choose a tag to compare

Fixed

  • hash_table_sizing, inline hints, lint rule (#29)

v0.3.0

03 Sep 18:13
bca81cb
Compare
Choose a tag to compare

Added

  • port in more from the C++ code (#24)

Other

  • centering (#26)

v0.2.3

22 Aug 13:11
3feb506
Compare
Choose a tag to compare

Added

  • reuse and clear instead of allocate, 2x speedup (#22)

v0.2.2

21 Aug 15:51
ced11ef
Compare
Choose a tag to compare

Other

  • implement second bitmap, ~2x speedup for train (#21)
  • remove spurious check (#18)

v0.2.1

20 Aug 22:08
95cec9e
Compare
Choose a tag to compare

Added

  • make Compressor::train 2x faster with bitmap index (#16)

v0.2.0

20 Aug 17:57
b891677
Compare
Choose a tag to compare

Other

  • tput improvements (#13)

v0.1.0

16 Aug 18:23
0941c0b
Compare
Choose a tag to compare

Added

  • separate Compressor and Decompressor (#11)

Other

  • add badges (#10)
  • release v0.0.1 (#8)