Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-fastbencode | Distribution: Fedora Project |
Version: 0.2 | Vendor: Fedora Project |
Release: 5.el10_0 | Build date: Tue Nov 5 04:07:01 2024 |
Group: Unspecified | Build host: buildvm-ppc64le-08.iad2.fedoraproject.org |
Size: 241526 | Source RPM: python-fastbencode-0.2-5.el10_0.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/breezy-team/fastbencode | |
Summary: Implementation of bencode with optional fast C extensions |
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.