mattreecebentley / plf_colonyView external linksLinks
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.
☆485Jan 2, 2026Updated last month
Alternatives and similar repositories for plf_colony
Users that are interested in plf_colony 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…☆70Jan 2, 2026Updated last month
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆167Feb 7, 2026Updated last week
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆142Feb 8, 2026Updated last week
- 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
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆148Apr 10, 2024Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆38Jan 2, 2026Updated last month
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 6 months ago
- A modern(ish) cross-platform open-source 2D game engine built on top of SDL2. C++98/03/11/14/17 compatible. Requires plf::colony and plf:…☆16Feb 17, 2019Updated 6 years ago
- a header-only, constexpr alternative to gperf for C++14 users☆1,522Jul 29, 2025Updated 6 months ago
- Compact SVO optimized vector for C++17 or higher☆113May 21, 2024Updated last year
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆853Sep 12, 2023Updated 2 years ago
- A new take on polymorphism☆690Dec 11, 2025Updated 2 months 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,592May 29, 2025Updated 8 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆1,013Jan 8, 2026Updated last month
- scanf for modern C++☆1,297Oct 29, 2025Updated 3 months ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Jul 11, 2025Updated 7 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 3 months ago
- Instant compile time C++ 11 metaprogramming library☆573Sep 7, 2022Updated 3 years ago
- Fast, convenient JSON serialization and parsing in C++☆501Feb 4, 2026Updated last week
- Runtime polymorphism done right☆1,031May 27, 2021Updated 4 years ago
- C++11 (and onwards) library for lazy evaluation☆365Feb 7, 2026Updated last week
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,464Updated this week
- A lightweight, non-owning reference to a callable.☆183Sep 22, 2021Updated 4 years ago
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,670Oct 6, 2024Updated last year
- Reference implementation of Dragonbox in C++☆796Oct 3, 2025Updated 4 months ago
- Zero overhead utilities for preventing bugs at compile time☆1,627Oct 13, 2025Updated 4 months ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆514Feb 6, 2026Updated last week
- A fast, memory efficient hash map for C++☆1,300May 19, 2025Updated 8 months ago
- Compile Time Regular Expression in C++☆3,757Sep 12, 2025Updated 5 months ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,284Oct 14, 2024Updated last year
- What a c++ standard Unicode library might look like.☆341Jan 18, 2024Updated 2 years ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,173Dec 13, 2025Updated 2 months ago
- A modern header-only C++ library that provides platform-independent utilities.☆237Dec 20, 2025Updated last month
- C++ parsing DSL☆1,226Oct 18, 2025Updated 3 months ago
- Range-based goodness for C++17☆363Feb 11, 2021Updated 5 years ago
- C++11/14/17 std::optional with functional-style extensions and reference support☆922Jun 10, 2024Updated last year
- A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion☆1,309Feb 4, 2026Updated last week
- A Compositional Numeric Library for C++☆684Apr 26, 2024Updated last year
- Parsing Expression Grammar Template Library☆2,109Jan 10, 2026Updated last month