Hacker News new | ask | show | jobs
by 323 1666 days ago
How do you feel about the absl containers? Are they also slow for low-latency?
1 comments

They are OK. But "slow for low latency" is not really defined; for many low-latency cases, only static or at-startup allocation is permitted, thus not deque at all. If you might need to build for production with MSVC, definitely do not use the std::deque that comes with it.