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.
☆397Updated 2 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for plf_colony
- An additive strong typedef library for C++14/17/20☆418Updated last week
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆545Updated 3 months ago
- Compile Time Type Information for C++☆574Updated last year
- A work in progress minimal C++ static reflection API and codegen tool.☆257Updated 3 years ago
- A miniature library for struct-field reflection in C++☆500Updated last year
- Love template metaprogramming☆325Updated 2 years ago
- General purpose modern C++ Signal-Slot providing ease of use, flexibility and extremely high performance aiming to replace traditional in…☆213Updated last year
- Simple, flexible and modular assertion macro.☆221Updated 6 months ago
- A polymorphic value-type for C++☆228Updated last year
- What a c++ standard Unicode library might look like.☆323Updated 10 months ago
- A small C++ library to handle hashed strings serving as identifiers.☆184Updated 4 years ago
- Range-based goodness for C++17☆358Updated 3 years ago
- Implementation of C++20's std::span for older compilers☆335Updated last year
- Instant compile time C++ 11 metaprogramming library☆572Updated 2 years ago
- A reflective enum implementation for C++☆289Updated 9 months ago
- A lightweight, non-owning reference to a callable.☆170Updated 3 years ago
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆662Updated 2 months ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆252Updated 4 years ago
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆405Updated 5 months ago
- C++17 Run-time Polymorphism (Type Erasure) library☆463Updated 5 months ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆392Updated last week
- Policy Based C++ Allocator Library☆123Updated 7 years ago
- string_view lite - A C++17-like string_view for C++98, C++11 and later in a single-file header-only library☆422Updated 5 months ago
- A C++14 compile-time/constexpr map and hash map with minimal binary footprint☆204Updated 2 years ago
- P1031 low level file i/o and filesystem library for the C++ standard☆877Updated this week
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆150Updated 2 weeks ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆498Updated 5 months ago
- Lightweight Error Augmentation Framework☆313Updated this week
- A highly efficient, move-aware operators library☆198Updated last year
- Provides very lightweight outcome<T> and result<T> (non-Boost edition)☆714Updated last week