ktprime / emhash

Fast and memory efficient c++ flat hash map/set
MIT License
448 stars 31 forks source link

Please support the MinGW compiler #37

Closed Curculigo closed 1 month ago

Curculigo commented 1 month ago

I'm using standalone MinGW (winlibs.com) and CMake. I inspected the command line and found it's using compiler switches for MSVC!

ktprime commented 1 month ago

this CMakeLists.txt is just for benchmark, all code is head only. if u want to run the benchmark by mingw/gcc, Makefile is prepared on bench dir.