• Eugene Kosov's avatar
    optimize crash recovery · 014e1258
    Eugene Kosov authored
    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.
    014e1258
log0recv.h 11.7 KB