bencoder
bencoder copied to clipboard
A simple bencode decoder-encoder library in pure Python.
Results
2
bencoder issues
Sort by
recently updated
recently updated
newest added
I would like to first thank you for the library :) I ran into a little trouble while trying to use it with Python2. This happens when it is attempted...
Hi Utku, Thank you for this library. I noticed that the string slicing (copying) was really slowing things down, particularly when parsing a larger file (such as [hpcalc.org's 2022 snapshot...