mattreecebentley / plf_colony
An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
☆401Updated last month
Alternatives and similar repositories for plf_colony:
Users that are interested in plf_colony are comparing it to the libraries listed below
- A miniature library for struct-field reflection in C++☆524Updated 3 weeks ago
- Compile Time Type Information for C++☆580Updated last year
- A work in progress minimal C++ static reflection API and codegen tool.☆257Updated 3 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆552Updated 5 months ago
- An additive strong typedef library for C++14/17/20☆423Updated this week
- Simple, flexible and modular assertion macro.☆225Updated 9 months ago
- Love template metaprogramming☆327Updated 2 years ago
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆738Updated 3 weeks ago
- A small C++ library to handle hashed strings serving as identifiers.☆185Updated 4 years ago
- Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.☆359Updated last month
- What a c++ standard Unicode library might look like.☆327Updated last year
- Header-only, non-intrusive and macro-free runtime reflection system in C++☆609Updated 4 years ago
- A lightweight, non-owning reference to a callable.☆172Updated 3 years ago
- C++17 Run-time Polymorphism (Type Erasure) library☆463Updated 8 months ago
- A polymorphic value-type for C++☆228Updated last year
- A reflective enum implementation for C++☆289Updated 11 months ago
- c++ LINQ -like library of higher-order functions for data manipulation☆194Updated 3 years ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆427Updated this week
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆253Updated 4 years ago
- General purpose modern C++ Signal-Slot providing ease of use, flexibility and extremely high performance aiming to replace traditional in…☆217Updated 2 years ago
- Lightweight Error Augmentation Framework☆318Updated last week
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆499Updated 7 months ago
- C++17 Utility classes for comparing multiple values in one simple expression☆206Updated 5 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆151Updated 2 months ago
- A dynamically-resizable vector with fixed capacity and embedded storage☆170Updated 3 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆910Updated 2 weeks ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆834Updated last year
- rocket - Fast single header signal/slots library for C++☆195Updated 5 months ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆429Updated 7 months ago
- PPK_ASSERT is an orthodox drop-in & self-contained C++ assertion library ⚠️☆204Updated 3 years ago