aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-Convert-Bencode_XS/pkg-descr
blob: d8d5e606bfaf85ea2df0e9c57210a8c9a3b30a3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Convert::Bencode_XS exists for a couple of reasons, first of all
performance. Especially bdecode() is between 10 and 200 times faster
than Convert::Bencode version (depending on file): the great speed
increase is in part due to the iterative algorithm used. bencode() is
written in C for better performance, but it still uses a recursive
algorithm. It manages to be around 3 to 5 times faster than
Convert::Bencode version. Check out the "extras" directory in this
distribution for benchmarks.

WWW: https://metacpan.org/release/Convert-Bencode_XS