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.

GitHub

63 stars
6 watching
6 forks
Language: C++
last commit: 17 days ago
Linked from 2 awesome lists

containercppstack

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mattreecebentley/plf_colony An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements. 398
mattreecebentley/plf_list A high-performance alternative to the C++ standard library's list container 151
p-p-h-d/mlib A C library providing generic and type-safe container implementations 904
serge-sans-paille/frozen A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers 1,323
mattpd/cpplinks A categorized list of C++ resources and tools 4,557
orlp/devector A container class with efficient append operations on either end. 37
mattreecebentley/plf_indiesort A sorting algorithm that optimizes performance on non-random access containers and large data types 19
blackmatov/flat.hpp A library of associative containers with vector-like behavior 75
alandefreitas/small Library of optimized C++ containers designed to reduce overhead in small data structures 138
p-ranav/tabulate A header-only C++ library for creating formatted tables in the terminal 1,941
rurban/ctl A C container template library implementing various data structures and algorithms in ISO C99/C11. 171
containerd/ttrpc A lightweight GRPC implementation optimized for low-memory environments. 559
pharo-containers/containers-stack A simple implementation of a stack data structure 0
martinmoene/ring-span-lite A single-file header-only C++ library providing a circular buffer view for containers with a flexible interface. 154
ldionne/metabench A simple framework for compile-time microbenchmarks in C++ using the CMake build system. 183