Skip to content

Commit

Permalink
Add specifics on our speed compared to other libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
folz committed Apr 1, 2016
1 parent da28d33 commit 8d1a66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pure-Elixir JSON library, and uses several techniques found there to achieve thi

Additionally, and unlike some other Elixir bencoding libraries, Bento will also reject all malformed input. This guarantees you're working with a well-formed bencoded file.

Preliminary [benchmarking](#benchmarking) has put Bento's performance as nearly always faster than existing Elixir libraries.
Preliminary [benchmarking](#benchmarking) shows that Bento performs over 2x faster when encoding, and at least as fast when decoding, compared to other existing Elixir libraries.

## Installation

Expand Down

0 comments on commit 8d1a66b

Please sign in to comment.