mattreecebentley / plf_stackLinks
A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context.
☆66Updated 3 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 C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆154Updated 3 months ago
- A fixed capacity dynamically sized string☆66Updated last month
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆141Updated last year
- Compact SVO optimized vector for C++17 or higher☆105Updated last year
- An indirect value-type for C++☆83Updated last year
- Yet another C++ text formatting library.☆71Updated 6 months ago
- A C++14 and later CRTP template for defining iterators☆74Updated 2 months ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- low-level library for minimizing the size of your types☆113Updated 5 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 years ago
- Flat containers for C++☆59Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated last year
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆157Updated 3 months ago
- Header-only library providing unicode aware string support for C++☆108Updated 2 months ago
- C++20 single-header library for embedding INI configs☆60Updated 2 years ago
- <charconv> from Microsoft STL, but multi-platform☆38Updated 2 months ago
- A small C++ library to handle hashed strings serving as identifiers.☆188Updated 5 years ago
- Virtual memory based containers☆42Updated 3 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- ☆49Updated 7 years ago
- forward declarations for C++ std headers☆74Updated 4 years ago
- A modern header-only zero-overhead library for creating smart references☆86Updated 6 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago