Skip to content

Commit

Permalink
github whitespace issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 19, 2014
1 parent 6440d29 commit 7a89320
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,15 @@ Performance
The scrypt algorithm is a CPU and memory intense algorithm, **by design**. For comparison, here are numbers based on my MacBook Air for scrypt hashing with (N = 1024, r = 1, p =1):

**CPython** (what you probably have installed)

6 hashes per second

**Pypy** (a much faster Python implementation, see [pypy.org](http://pypy.org))

250 hashes per second

**C-Wrapper** (See the FAQ below)

2364 hashes per second


Expand Down

0 comments on commit 7a89320

Please sign in to comment.