faststringmap
faststringmap copied to clipboard
A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.
Results
3
faststringmap issues
Sort by
recently updated
recently updated
newest added
I was evaluating faststringmap for my use case and wrote a benchmark that compares lookup times of standard map and faststringmap. In the beginning the key length was 36 symbols(length...
* Add v2 using generics * Update CI build to build v1 and v2 separately using different Go versions