Comment by spacechild1
1 day ago
Nitpick, but I think you mean boost::unordered_flat_map.
boost::unordered_map is a drop-in replacement for std::unordered_map and as such uses seperate chaining.
Anyway, thanks for the video!
1 day ago
Nitpick, but I think you mean boost::unordered_flat_map.
boost::unordered_map is a drop-in replacement for std::unordered_map and as such uses seperate chaining.
Anyway, thanks for the video!
Yeah, thanks for the correction.