Skip to content

Releases: thempatel/streamvbyte-simdgo

v0.4.0

06 Sep 02:24
2b67cd1
Compare
Choose a tag to compare

Includes the delta implementation for entire streams.

v0.3.0

06 Sep 00:59
501864d
Compare
Choose a tag to compare

Includes

  • Various updates and fixes
  • Documentation
  • Stream read and write support

v0.2.0

01 Sep 02:00
Compare
Choose a tag to compare

Adds support for differential coding in both x86_64 SIMD and Scalar approaches.

v0.1.0

01 Sep 01:59
Compare
Choose a tag to compare

v1 implementation. Includes

  • a scalar encode and decode
  • amd64 SIMD encode and decode
  • some basic tests