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.
This PR contains two fixes:
1.An include path in numapoolallocator.h was wrong: "utils/poolallocator.h" -> "allocator/poolallocator.h".
2.Using oneTBB there were a lot warnings regarding to "depreacted TBB features". The warnings are eliminated by not including tbb.h.
This PR contains two fixes: 1.An include path in numapoolallocator.h was wrong: "utils/poolallocator.h" -> "allocator/poolallocator.h". 2.Using oneTBB there were a lot warnings regarding to "depreacted TBB features". The warnings are eliminated by not including tbb.h.