Closed simsong closed 2 years ago
Given that there are now several C++ thread pool libraries, it may be reasonable to evaluate another one to see if we get performance boosts.
On the other hand, our work packages are so big, it may not matter.
I ended up moving BE1.6 threadpool to c++17. The threadpool is now heavily customized for bulk_extractor.
Given that there are now several C++ thread pool libraries, it may be reasonable to evaluate another one to see if we get performance boosts.
On the other hand, our work packages are so big, it may not matter.