mattreecebentley / plf_listView external linksLinks
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.
☆166Feb 7, 2026Updated last week
Alternatives and similar repositories for plf_list
Users that are interested in plf_list are comparing it to the libraries listed below
Sorting:
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…