@hackage zigzag0.0.1.0
Zigzag encoding of integers into unsigned integers.
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.