Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed May 29, 2020
1 parent 95931bd commit cd0e514
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ Trivial - encoding via big.Int (over libraries use this implemenation)
Fast - optimized algorythm from trezor

```
BenchmarkTrivialBase58Encoding-4 200000 10602 ns/op
BenchmarkFastBase58Encoding-4 1000000 1637 ns/op
BenchmarkTrivialBase58Decoding-4 200000 8316 ns/op
BenchmarkFastBase58Decoding-4 1000000 1045 ns/op
BenchmarkTrivialBase58Encoding-4 123063 9568 ns/op
BenchmarkFastBase58Encoding-4 690040 1598 ns/op
BenchmarkTrivialBase58Decoding-4 275216 4301 ns/op
BenchmarkFastBase58Decoding-4 1812105 658 ns/op
```
Encoding - **faster by 6 times**

Decoding - **faster by 8 times**
Decoding - **faster by 6 times**

## Usage example

Expand Down

0 comments on commit cd0e514

Please sign in to comment.