Path to this page:
./
devel/hs-zigzag,
Zigzag encoding of integers into unsigned integers
Branch: CURRENT,
Version: 0.1.0.0,
Package name: hs-zigzag-0.1.0.0,
Maintainer: pkgsrc-usersZigzag encoding is usually a precursor to a varint encoding such as LEB128.
It has the advantage that numbers nearer zero are represented with only the
lower-order bits set.
Master sites:
Filesize: 3.358 KB
Version history: (Expand)
- (2025-03-07) Package added to pkgsrc.se, version hs-zigzag-0.1.0.0 (created)
CVS history: (Expand)
2025-03-07 18:04:42 by Masatake Daimon | Files touched by this commit (5) |
Log message:
devel/hs-zigzag: import hs-zigzag-0.1.0.0
Zigzag encoding is usually a precursor to a varint encoding such as LEB128.
It has the advantage that numbers nearer zero are represented with only the
lower-order bits set.
|