./devel/hs-zigzag, Zigzag encoding of integers into unsigned integers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.0.0, Package name: hs-zigzag-0.1.0.0, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 3.358 KB

Version history: (Expand)


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.