TooBiased / growt

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
107 stars 13 forks source link

Building with TBB #17

Open dpdani opened 6 months ago

dpdani commented 6 months ago

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 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.

Cheers