@hackage zigzag0.1.0.0
Zigzag encoding of integers into unsigned integers.
Categories
License
BSD-3-Clause
Maintainer
amartin@layer3com.com
Links
Versions
Installation
Dependencies (1)
Dependents (4)
@hackage/json-syntax, @hackage/protobuf-builder, @hackage/kafka-interchange, @hackage/bytebuild
zigzag
Zig-Zag encoding of integers into natural numbers. This encoding scheme has the advantage that LEB128, which is normally only specified for unsigned integers, will naturally represent small-magnitude signed integers (positive or negative) in few bytes.