This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating the current table once it gets too full.
Other
106
stars
13
forks
source link
Update+fix CMake, disable some targets without GROWT_BUILD_TBB, fix compile error in simple slot update #14
Change minimum version from 2.8 to 3.0: current CMake versions print warnings that 2.8 is deprecated
There were bad endif()'s causing CMake to fail; I hope that I have removed the right ones
The targets that are now only built if GROWT_BUILD_TBB is set do not compile (at least with a current GCC); there are tons of error messages (dunno what's going wrong there)
GROWT_BUILD_TBB
is set do not compile (at least with a current GCC); there are tons of error messages (dunno what's going wrong there)