We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c247c commit d067798Copy full SHA for d067798
README.md
@@ -37,7 +37,9 @@ use of the `unsafe` package.
37
38
## Benchmarks
39
40
-Example benchmarks from my laptop:
+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``.
43
```
44
cpu: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
45
BenchmarkUint32Store
0 commit comments