slackbuilds_ponce/python/rencode
B. Watson 36bfb1769b
python/rencode: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2020-01-12 08:47:38 +07:00
..
README
rencode.info
rencode.SlackBuild
slack-desc

The rencode module is similar to bencode from the BitTorrent project.
For complex, heterogeneous data structures with many small elements,
r-encodings take up significantly less space than b-encodings.

This version of rencode is a complete rewrite in Cython to attempt to
increase the performance over the pure Python module written by Petru
Paler, Connelly Barnes et al.