|
|
|
|
|
by steerablesafe
2311 days ago
|
|
abseil's might have a similar API but it's most definitely not the same (function signatures looking the same doesn't make it the same API). Some of the standard containers can't be fast because too strict/specific standard requirements, not because they don't try hard enough. Having said that I think using abseil's containers is reasonable, even as a default, if you can afford the dependency. > std::unordered_map AFAIK unordered_map is the most awful of all standard containers. |
|