mattreecebentley / plf_stackLinks
A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context.
☆69Updated 4 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.☆36Updated 4 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…☆159Updated 4 months ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- benchmark for various C++ function implementations; focus on invocation time☆96Updated 6 years ago
- ☆50Updated 8 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- A fixed capacity dynamically sized string☆68Updated last week
- forward declarations for C++ std headers☆74Updated 4 years ago
- Compact SVO optimized vector for C++17 or higher☆109Updated last year
- A simple C++ 03/11/etc timer class for ~microsecond-precision cross-platform benchmarking. The implementation is as limited and as simple…☆145Updated last year
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆50Updated last month
- Modern C++ generic header-only template library.☆104Updated 3 months ago
- Flat containers for C++☆59Updated 4 months ago
- An indirect value-type for C++☆84Updated 2 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆18Updated last year
- Container Traits for Modern C++☆30Updated 5 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆184Updated last month
- A C++ header-only library for creating, displaying, iterating and manipulating dates☆77Updated 2 years ago
- Yet another C++ text formatting library.☆71Updated 11 months ago
- Header-only library providing unicode aware string support for C++☆109Updated 7 months ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆75Updated 3 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated last month
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 5 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated last year
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 7 years ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 6 years ago
- ☆25Updated 5 years ago
- Stack allocated and type-erased functors 🐜☆54Updated 7 years ago