mirror of https://github.com/MariaDB/server
Browse Source
recv_dblwr_t::list is used for appending to the beginning and iterating through its elements. std::deque fits better for that purpose because it does less allocations than std::forward_list and provides better memory locality.bb-10.4-MDEV-21335
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue