devel/py-fastbencode: New port: Fast implementation of bencode
- submitter becomes maintainer
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.
WWW: https://github.com/breezy-team/fastbencode
PR: 265277