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.
☆167Feb 7, 2026Updated 3 weeks ago
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…☆71Jan 2, 2026Updated 2 months ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆487Updated this week
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆21Jul 11, 2025Updated 7 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆38Jan 2, 2026Updated 2 months ago
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆149Apr 10, 2024Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆20Apr 10, 2024Updated last year
- Tiny C library for reading ZIP files☆13Mar 16, 2017Updated 8 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆166Nov 28, 2025Updated 3 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 4 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Nov 2, 2025Updated 4 months ago
- Reflection and serialization in C++☆11Jul 1, 2016Updated 9 years ago
- Resizable contiguous sequence container with fast appends on either end.☆38Jan 28, 2017Updated 9 years ago
- Fast, multiplatform fiber based job dispatcher based on Naughty Dogs' GDC2015 talk.☆35Dec 8, 2018Updated 7 years ago
- Tiny format/mustache templating library (C++11)☆24Jul 16, 2016Updated 9 years ago
- Static global objects with constructors and destructors made useful in C++☆29Jul 29, 2016Updated 9 years ago
- A C++ implementation of timsort☆314Dec 3, 2024Updated last year
- An HTTP server library in C++☆16Jan 10, 2019Updated 7 years ago
- C/C++ Isosurface Extraction library☆14Jan 5, 2017Updated 9 years ago
- C++11 (and onwards) library for lazy evaluation☆364Feb 7, 2026Updated 3 weeks ago
- etc texture decoder☆20May 31, 2019Updated 6 years ago
- C++17 immutable compile-time key value map☆50Nov 26, 2019Updated 6 years ago
- High performance C++11 signals☆178Jul 24, 2019Updated 6 years ago
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆175Jan 19, 2026Updated last month
- ☆29Nov 13, 2017Updated 8 years ago
- Header-only, non-intrusive and macro-free runtime reflection system in C++☆651May 8, 2025Updated 9 months ago
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,602May 1, 2023Updated 2 years ago
- A new take on polymorphism☆691Dec 11, 2025Updated 2 months ago
- Vulkan debug layer to visualize synchronization dependencies☆44Oct 21, 2019Updated 6 years ago
- C++17 inplace_string implementation☆98Aug 20, 2018Updated 7 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,596May 29, 2025Updated 9 months ago
- scanf for modern C++☆1,301Oct 29, 2025Updated 4 months ago
- ☆55Nov 15, 2017Updated 8 years ago
- Heap allocation free version of C++11 std::function☆60Oct 6, 2021Updated 4 years ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,168Jan 4, 2024Updated 2 years ago
- Foundations of symbol based programming☆30Nov 26, 2019Updated 6 years ago
- Reckless logging. Low-latency, high-throughput, asynchronous logging library for C++.☆507Oct 22, 2023Updated 2 years ago
- mirror of ecl from gitlab☆20Updated this week
- Instant compile time C++ 11 metaprogramming library☆572Sep 7, 2022Updated 3 years ago
- A template for simple C++ reflection done with CMake and Python (no other external tools)☆40Jun 19, 2022Updated 3 years ago