mattreecebentley / plf_listLinks
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.
☆154Updated 2 months ago
Alternatives and similar repositories for plf_list
Users that are interested in plf_list are comparing it to the libraries listed below
Sorting:
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆157Updated 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…☆141Updated last year
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆178Updated last week
- Simple Useful Libraries: C++17/20 header-only dynamic bitset☆161Updated 3 months ago
- A dynamically-resizable vector with fixed capacity and embedded storage☆169Updated 4 years ago
- A lightweight, non-owning reference to a callable.☆173Updated 3 years ago
- SPY - C++ Information Broker☆154Updated 2 months ago
- 📣 Hey listen! A simple general-purpose event-listener system for C++17.☆133Updated 4 years ago
- A work in progress minimal C++ static reflection API and codegen tool.☆258Updated 4 years ago
- Light, fast, threadpool for C++20☆102Updated 2 years ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library☆239Updated 4 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 3 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆444Updated 2 weeks ago
- std::bitset with constexpr implementations plus additional features.☆120Updated last year
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- Lightweight Error Augmentation Framework☆328Updated this week
- repr for Modern C++: Return printable string representation of a value☆85Updated 4 years ago
- Yet another C++ text formatting library.☆71Updated 5 months ago
- A small C++ library to handle hashed strings serving as identifiers.☆187Updated 5 years ago
- forward declarations for C++ std headers☆73Updated 4 years ago
- 🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.☆143Updated 7 months ago
- generic stack-based container☆106Updated 7 years ago
- Simple, flexible and modular assertion macro.☆226Updated last year
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆255Updated 5 years ago
- General purpose modern C++ Signal-Slot providing ease of use, flexibility and extremely high performance aiming to replace traditional in…☆220Updated 2 years ago
- A template for creating optional-like objects with no space overhead☆102Updated 3 years ago
- C++17 Utility classes for comparing multiple values in one simple expression☆207Updated 9 months ago
- Single-header program options parsing library for C++11☆134Updated 3 years ago
- constexpr C++17 library for simplifying higher order functions in application code☆198Updated 2 years ago