We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95931bd commit cd0e514Copy full SHA for cd0e514
README.md
@@ -11,14 +11,15 @@ Trivial - encoding via big.Int (over libraries use this implemenation)
11
Fast - optimized algorythm from trezor
12
13
```
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
+BenchmarkTrivialBase58Encoding-4 123063 9568 ns/op
+BenchmarkFastBase58Encoding-4 690040 1598 ns/op
+
+BenchmarkTrivialBase58Decoding-4 275216 4301 ns/op
18
+BenchmarkFastBase58Decoding-4 1812105 658 ns/op
19
20
Encoding - **faster by 6 times**
21
-Decoding - **faster by 8 times**
22
+Decoding - **faster by 6 times**
23
24
## Usage example
25
0 commit comments