Skip to content

Fast and efficient bencode( torrent file format ) pull parser.

Notifications You must be signed in to change notification settings

ponkin/bencode-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bencode-parser

Fast and efficient bencode( torrent file format ) pull parser. Very small, no additional dependencies.

It does not create object graph in memory, just a tiny index over data.

Parser currently is not thread-safe.

Usage:

See tests

Tips:

If you are trying to decode bencoded file, use Buffered Readers - it will increase perfomance

About

Fast and efficient bencode( torrent file format ) pull parser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages