str icon indicating copy to clipboard operation
str copied to clipboard

A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching

Results 2 str issues
Sort by recently updated
recently updated
newest added

the best string hash function for hash map. https://github.com/wangyi-fudan/wyhash from benchmark your str win is because fixed size string(no heap alloc -> cache friendly) and opt string compare I add...

It might be great if the repository have a distinct name :)