diff options
author | Eugene Kosov <claprix@yandex.ru> | 2019-12-12 00:38:28 +0700 |
---|---|---|
committer | Eugene Kosov <claprix@yandex.ru> | 2019-12-12 22:19:41 +0700 |
commit | 014e1258309da2475b8ae36d445261f87422adaf (patch) | |
tree | 28072408e5b3c4c5aac76b9c723d4bfe379374db /man | |
parent | 3304004a576c5a19f21664eda88d00c91c793f03 (diff) | |
download | mariadb-git-014e1258309da2475b8ae36d445261f87422adaf.tar.gz |
optimize crash recovery
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.
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions