Improvement: Fix a TODO in concurrent_table.hpp
Open
- Dominant language
- C++
- Stars
- 92
- Forks
- 88
- PR merge metrics
- No merged PRs in 30d
Description
I tried to replace `std::unordered_map` with `boost::concurrent_flat_map` and saw a memory footprint I could not explain. It was easy to find this line:
`using multimutex_type=multimutex; // TODO: adapt 128 to the machine`
Can this be fixed?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.