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

Update+fix CMake, disable some targets without GROWT_BUILD_TBB, fix compile error in simple slot update #14

Closed DanielSeemaier closed 1 year ago

DanielSeemaier commented 1 year ago
TooBiased commented 1 year ago

Thank you for the well documented, reasonable updates.