Skip to content

Commit

Permalink
Included tradeoffs
Browse files Browse the repository at this point in the history
  • Loading branch information
willemt committed Mar 19, 2014
1 parent 050ad04 commit 3624a10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -28,3 +28,9 @@ To see the module in action check out:
Building
--------
$make

Tradeoffs
---------
If you've got the entire bencoded string in memory, CHeaplessBencodeReader is amazing - it'll do the job great!

Otherwise, if your best access is via a stream (eg. a massive bencoded string that you don't want in memory; or a TCP stream), then https://github.com/willemt/CStreamingBencodeReader is your poison! (Tradeoff: it uses the heap)

0 comments on commit 3624a10

Please sign in to comment.