Skip to content

Commit d067798

Browse files
committed
Improve readme text for benchmarks
1 parent 74c247c commit d067798

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ use of the `unsafe` package.
3737

3838
## Benchmarks
3939

40-
Example benchmarks from my laptop:
40+
Below are example benchmarks from my laptop which are for looking up every element
41+
in a map of size 1000. So approximate times are 25ns per lookup for the Go native map
42+
and 5ns per lookup for the ``faststringmap``.
4143
```
4244
cpu: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
4345
BenchmarkUint32Store

0 commit comments

Comments
 (0)