mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
bd8572b5a0
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. Later, it was forked, enhanced, and bundled with Deluge. Now, it is re-packaged and distributed by Xpra. WWW: https://github.com/aresch/rencode
11 lines
520 B
Plaintext
11 lines
520 B
Plaintext
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. Later, it was forked, enhanced, and
|
|
bundled with Deluge. Now, it is re-packaged and distributed by Xpra.
|
|
|
|
WWW: https://github.com/aresch/rencode
|