A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on average. 20-24% speed increase in use-case testing.
A drop-in replacement for std::list with (on average):
(Benchmarks performed on a haswell-based CPU under GCC 8.1: http://www.plflib.org/benchmarks_haswell_gcc.htm
Insertion, erasure, and iteration percentages obtained as average of performance across 5 types from char to very large struct)
Documentation and function descriptions are here: https://plflib.org/list.htm
plf::list is C++98/03/11/14/17/20/23/etc compatible.