Skip to content

Tags: thempatel/streamvbyte-simdgo

Tags

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Stream: delta impl (#21)

Delta stream implementation, test fixes, benchmark updates.

v0.3.0

Verified

This commit was signed with the committer’s verified signature.
thempatel Milan Patel
Better comments

v0.2.0

Decode: Slightly faster scalar impl (#16)

Switches the scalar decodeOne to dedicated instructions per size rather than using fall through behavior.

v0.1.0

streambyte-simdo: v1 updates (#2)

v1 implementation. Includes

- a scalar encode and decode
- amd64 simd encode and decode
- some basic tests