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.
I've been trying to build this project with GROWT_BUILD_TBB=ON and I cannot seem to be able to do it (log file).
I noticed the latest commit on CMakeLists.txt is titled Disable TBB stuff, is TBB still supported, along with the related functionalities?
When trying to compile without the flag, it works without issues.
Hello 👋
I've been trying to build this project with
GROWT_BUILD_TBB=ON
and I cannot seem to be able to do it (log file). I noticed the latest commit onCMakeLists.txt
is titled Disable TBB stuff, is TBB still supported, along with the related functionalities?When trying to compile without the flag, it works without issues.
Cheers