srijs / rusha

High-performance pure-javascript SHA1 implementation suitable for large binary data, reaching up to half the native speed.
https://npmjs.org/rusha
MIT License
277 stars 32 forks source link

README states that "smaller is better" for both graphs #8

Closed globau closed 11 years ago

globau commented 11 years ago

the README.md has the following for the second graph "Results per Implementation and Platform, smaller is better, again"

however the graph itself has "(bigger is better)", which appears to be the correct statement.

srijs commented 11 years ago

Hi Byron, thanks for contributing and please excuse my late answer.

Yes, you are correct, "bigger is better" is the correct statement.

I will now fix this immediately.