ktprime / emhash

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

emhash6::HashMap in infinitive loop during adding records (operator[]) on gcc-9.2 compiler #2

Closed hordi closed 4 years ago

hordi commented 4 years ago

emhash6::HashMap - "infinitive loop" on last gcc compiler using hbench.cpp.

ktprime commented 4 years ago

on some platform it'll be hanged compiled by some g++ with -O2, set compile flag with -fno-stirct-aliasing is a work around, it'll be fixed

ktprime commented 4 years ago

fixed now