Releases: as-com/varint-simd
Releases · as-com/varint-simd
v0.4.1
What's Changed
- Fix decoding of truncated inputs (#10)
- add decode_len and decode_len_unsafe and update dependencies by @JojiiOfficial in #5
- Fix pdep_speed return type for non x86 arch by @MarshalX in #7
New Contributors
- @JojiiOfficial made their first contribution in #5
- @MarshalX made their first contribution in #7
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.0
v0.2.0
- New
native-optimizations
feature - enables PDEP/PEXT optimizations when compiling on some CPUs (Intel Haswell or newer, AMD Excavator and Zen 3) for nearly double throughput - Slightly improved performance on other CPUs too
- Should now compile on x86 (still untested)