blob: 348f4e8e1e70bff5a92b8bb3a14ee55e9c4c6af0 (
plain) (
blame)
1
2
3
4
5
6
|
fastbencode is an implementation of the bencode serialization format
originally used by BitTorrent.
The package includes both a pure-Python version and an optional C
extension based on Cython. Both provide the same functionality, but the C
extension provides significantly better performance.
|