diff options
author | jkim <jkim@FreeBSD.org> | 2015-06-11 01:03:39 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-06-11 01:03:39 +0800 |
commit | b9dddb4ceb91f4bda951124660cff4eb4447a4bc (patch) | |
tree | 64fc3f9df18d86da7e792efefde57789e7ed524c /converters/py-rencode/pkg-descr | |
parent | 3aab2d391b7c68b7ebcf306bcf4270611b419fba (diff) | |
download | freebsd-ports-gnome-b9dddb4ceb91f4bda951124660cff4eb4447a4bc.tar.gz freebsd-ports-gnome-b9dddb4ceb91f4bda951124660cff4eb4447a4bc.tar.zst freebsd-ports-gnome-b9dddb4ceb91f4bda951124660cff4eb4447a4bc.zip |
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
Diffstat (limited to 'converters/py-rencode/pkg-descr')
-rw-r--r-- | converters/py-rencode/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/converters/py-rencode/pkg-descr b/converters/py-rencode/pkg-descr new file mode 100644 index 000000000000..e46490615537 --- /dev/null +++ b/converters/py-rencode/pkg-descr @@ -0,0 +1,10 @@ +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 |