A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context.
☆71Jan 2, 2026Updated 2 months ago
Alternatives and similar repositories for plf_stack
Users that are interested in plf_stack are comparing it to the libraries listed below
Sorting:
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆168Feb 7, 2026Updated last month
- A C++ data container replicating std::queue functionality but with better performance.☆39Jan 2, 2026Updated 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…☆149Apr 10, 2024Updated last year
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆488Mar 3, 2026Updated 2 weeks ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆21Jul 11, 2025Updated 8 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆21Apr 10, 2024Updated last year
- 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 7 years ago
- A template library for fixed-point calculations☆16Oct 11, 2018Updated 7 years ago
- Intuitive and tiny Photoshop PSD decoder. Supports layers, layer groups, and standard color formats all in a few hundred lines.☆24Mar 25, 2015Updated 10 years ago
- Library for managing windows for cross platform UI applications☆28Dec 26, 2025Updated 2 months ago
- A lock-free malloc(3) implementation☆20Jun 15, 2025Updated 9 months ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆102Nov 13, 2025Updated 4 months ago
- Functional programming with C++11, inspired by Haskell.☆21Jun 1, 2012Updated 13 years ago
- Compile-time Evaluable SHA3 in C++: Permutation-based Cryptographic Hashing☆16Mar 5, 2026Updated 2 weeks ago
- A work-in-progress C++20/23 header-only maths library for game development, embedded, kernel and general-purpose that works in constant c…☆25Dec 6, 2022Updated 3 years ago
- Lightweight, header only, coroutine library for games.☆30Mar 3, 2026Updated 2 weeks ago
- C++11 HTTP Server Library. A cpp-netlib, that really works.☆36Oct 8, 2017Updated 8 years ago
- ☆29Nov 13, 2017Updated 8 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆16Nov 28, 2025Updated 3 months ago
- Compact SVO optimized vector for C++17 or higher☆116May 21, 2024Updated last year
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆143Mar 12, 2026Updated last week
- Parallel high performance C++ containers (set and map)☆16Feb 25, 2024Updated 2 years ago
- Symetrical field-of-vision algorithm based on Brensenham's line algorithm implemented with C++☆13Dec 6, 2016Updated 9 years ago
- Sample implementation of C++20 atomic_wait/notify☆62Sep 7, 2019Updated 6 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆764Nov 2, 2025Updated 4 months ago
- java-like synchronized blocks in c++☆13Mar 8, 2014Updated 12 years ago
- A toy programming language interpreter☆33Sep 13, 2013Updated 12 years ago
- interpreter devkit☆25Oct 6, 2019Updated 6 years ago
- String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-bare…☆25Nov 28, 2025Updated 3 months ago
- Tiny format/mustache templating library (C++11)☆24Jul 16, 2016Updated 9 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆39Aug 16, 2011Updated 14 years ago
- #include <engine>☆40Oct 21, 2018Updated 7 years ago
- Collection of C++ containers extracted from LLVM☆26May 11, 2021Updated 4 years ago
- A concise and readable metaprogramming language for C++☆63Oct 27, 2020Updated 5 years ago
- C++ implementation of a memory efficient hash map and hash set☆366Nov 3, 2025Updated 4 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 8 months ago
- ☆25Apr 21, 2020Updated 5 years ago
- ☆34May 19, 2022Updated 3 years ago
- Boost.Mustache☆10Jan 31, 2023Updated 3 years ago