plf_stack
Data container
A C++ data container optimized for stack-based operations with improved performance compared to standard library containers.
A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context.
64 stars
6 watching
6 forks
Language: C++
last commit: 4 months ago
Linked from 2 awesome lists
containercppstack
Related projects:
Repository | Description | Stars |
---|---|---|
| An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements. | 400 |
| A high-performance alternative to the C++ standard library's list container | 150 |
| A C library providing generic and type-safe container implementations | 919 |
| A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,342 |
| A categorized list of C++ resources and tools | 4,598 |
| A container class with efficient append operations on either end. | 37 |
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
| A library of associative containers with vector-like behavior | 75 |
| Library of optimized C++ containers designed to reduce overhead in small data structures | 139 |
| A header-only C++ library for creating formatted tables in the terminal | 1,966 |
| A C container template library implementing various data structures and algorithms in ISO C99/C11. | 172 |
| A lightweight GRPC implementation optimized for low-memory environments. | 563 |
| A simple implementation of a stack data structure | 0 |
| A single-file header-only C++ library providing a circular buffer view for containers with a flexible interface. | 154 |
| A simple framework for compile-time microbenchmarks in C++ using the CMake build system. | 183 |