Skip to content

Commit cd0e514

Browse files
committed
update README.md
1 parent 95931bd commit cd0e514

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ Trivial - encoding via big.Int (over libraries use this implemenation)
1111
Fast - optimized algorythm from trezor
1212

1313
```
14-
BenchmarkTrivialBase58Encoding-4 200000 10602 ns/op
15-
BenchmarkFastBase58Encoding-4 1000000 1637 ns/op
16-
BenchmarkTrivialBase58Decoding-4 200000 8316 ns/op
17-
BenchmarkFastBase58Decoding-4 1000000 1045 ns/op
14+
BenchmarkTrivialBase58Encoding-4 123063 9568 ns/op
15+
BenchmarkFastBase58Encoding-4 690040 1598 ns/op
16+
17+
BenchmarkTrivialBase58Decoding-4 275216 4301 ns/op
18+
BenchmarkFastBase58Decoding-4 1812105 658 ns/op
1819
```
1920
Encoding - **faster by 6 times**
2021

21-
Decoding - **faster by 8 times**
22+
Decoding - **faster by 6 times**
2223

2324
## Usage example
2425

0 commit comments

Comments
 (0)