A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context.
☆71Jan 2, 2026Updated last month
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…☆167Feb 7, 2026Updated 3 weeks ago
- A C++ data container replicating std::queue functionality but with better performance.☆38Jan 2, 2026Updated last month
- 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 7 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…☆487Jan 2, 2026Updated last month
- 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 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
- Compile-time Evaluable SHA3 in C++: Permutation-based Cryptographic Hashing☆13Feb 21, 2026Updated last week
- ☆29Nov 13, 2017Updated 8 years ago
- Functional programming with C++11, inspired by Haskell.☆21Jun 1, 2012Updated 13 years ago
- Library for managing windows for cross platform UI applications☆28Dec 26, 2025Updated 2 months ago
- Symetrical field-of-vision algorithm based on Brensenham's line algorithm implemented with C++☆13Dec 6, 2016Updated 9 years ago
- The seq library is a collection of original C++17 STL-like containers and related tools☆102Nov 13, 2025Updated 3 months ago
- A lock-free malloc(3) implementation☆20Jun 15, 2025Updated 8 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆142Feb 8, 2026Updated 2 weeks ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 3 months ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Aug 16, 2011Updated 14 years ago
- Lightweight, header only, coroutine library for games.☆30Feb 9, 2026Updated 2 weeks ago
- Compact SVO optimized vector for C++17 or higher☆114May 21, 2024Updated last year
- Sample implementation of C++20 atomic_wait/notify☆62Sep 7, 2019Updated 6 years ago
- Erased is meant to be a fast and constexpr friendly C++ type erasure implementation☆24Aug 10, 2025Updated 6 months ago
- ☆20Nov 8, 2018Updated 7 years ago
- Simple beat detection header library☆20Jan 9, 2012Updated 14 years ago
- ☆34May 19, 2022Updated 3 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Aug 22, 2024Updated last year
- 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
- Tiny format/mustache templating library (C++11)☆24Jul 16, 2016Updated 9 years ago
- Sparse Matrix Factorization (SMF) is a key component in many machine learning problems and there exist a verity a applications in real-w…☆11Jan 25, 2016Updated 10 years ago
- Boost.Mustache☆10Jan 31, 2023Updated 3 years ago
- java-like synchronized blocks in c++☆13Mar 8, 2014Updated 11 years ago
- #include <engine>☆40Oct 21, 2018Updated 7 years ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 7 months ago
- C++20 SIMD Within A Register library☆47May 9, 2025Updated 9 months ago
- RemoteCall C++ framework for IPC☆22Jul 21, 2025Updated 7 months ago
- A wrapper of common C++ std types for functional programming☆22Sep 24, 2023Updated 2 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
- My C libraries☆26Sep 1, 2025Updated 6 months ago
- LINQ for C++11 done right☆15Feb 18, 2016Updated 10 years ago