diff options
Diffstat (limited to 'python/rencode/README')
-rw-r--r-- | python/rencode/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/rencode/README b/python/rencode/README new file mode 100644 index 0000000000000..459886ec92d11 --- /dev/null +++ b/python/rencode/README @@ -0,0 +1,7 @@ +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. |