Jim Huang
Results
453
comments of
Jim Huang
trafficstars
> error: '__rdtsc' was not declared You should manually replace `__rdtsc` (and its variants) with `_rdtsc`, which is provided by SSE2NEON header. In addition, ensure the architecture specific options are...
How about [trie-hard](https://github.com/cloudflare/trie-hard)?
commit c50f8c15b0e4b57d6409fc12d413d88e0266fa7b replaced trie with general string-based-key hashmap.