Hasty Briefsbeta

Show HN: FastLanes based integer compression in Zig

10 days ago
  • #Zig
  • #FastLanes
  • #compression
  • Integer compression library for Zig based on FastLanes.
  • High performance with fully vectorized delta encoding and bitpacking.
  • Safe decompress API for untrusted input.
  • Dynamic compression per block (1024 elements) with automatic delta encoding if beneficial.
  • Example usage provided for compression and decompression.
  • Dual licensed under Apache License 2.0 and MIT license.
  • Contributions are dual licensed without additional terms.