mattreecebentley / plf_colonyLinks
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.
☆465Updated 2 months ago
Alternatives and similar repositories for plf_colony
Users that are interested in plf_colony are comparing it to the libraries listed below
Sorting:
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆576Updated 2 months ago
- Compile Time Type Information for C++☆598Updated 2 years ago
- A work in progress minimal C++ static reflection API and codegen tool.☆259Updated 4 years ago
- An additive strong typedef library for C++14/17/20☆456Updated 7 months ago
- A miniature library for struct-field reflection in C++☆588Updated last month
- A reflective enum implementation for C++☆297Updated last year
- A fast, simple tuple implementation that implements tuple as an aggregate☆222Updated 11 months ago
- What a c++ standard Unicode library might look like.☆336Updated last year
- Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.☆377Updated last month
- Implementation of C++20's std::span for older compilers☆366Updated 2 years ago
- Range-based goodness for C++17☆365Updated 4 years ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆503Updated last year
- Love template metaprogramming☆329Updated 3 years ago
- A lightweight, non-owning reference to a callable.☆177Updated 3 years ago
- Simple, flexible and modular assertion macro.☆229Updated last year
- General purpose modern C++ Signal-Slot providing ease of use, flexibility and extremely high performance aiming to replace traditional in…☆224Updated 2 years ago
- C++17 Run-time Polymorphism (Type Erasure) library☆489Updated 5 months ago
- A new take on polymorphism☆686Updated 2 months ago
- Home to luple, nuple, C++ String Interning, Struct Reader and C++ Type Loophole☆179Updated 6 years ago
- Tool for analyzing includes in C++☆207Updated last year
- Fast, convenient JSON serialization and parsing in C++☆500Updated last month
- A polymorphic value-type for C++☆228Updated last year
- c++ LINQ -like library of higher-order functions for data manipulation☆198Updated 4 years ago
- A C++14 compile-time/constexpr map and hash map with minimal binary footprint☆221Updated 3 years ago
- Header-only, non-intrusive and macro-free runtime reflection system in C++☆647Updated 4 months ago
- C++17 library for all your binary de-/serialization needs☆273Updated last year
- Header-only library for multithreaded programming☆236Updated 5 months ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆257Updated 5 years ago
- Lightweight Error Augmentation Framework☆332Updated last month
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆758Updated 2 weeks ago