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

64 stars
6 watching
6 forks
Language: C++
last commit: almost 2 years ago
Linked from 2 awesome lists

containercppstack

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mattreecebentley/plf_colonyAn unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements.400
mattreecebentley/plf_listA high-performance alternative to the C++ standard library's list container150
p-p-h-d/mlibA C library providing generic and type-safe container implementations919
serge-sans-paille/frozenA library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers1,342
mattpd/cpplinksA categorized list of C++ resources and tools4,598
orlp/devectorA container class with efficient append operations on either end.37
mattreecebentley/plf_indiesortA sorting algorithm that optimizes performance on non-random access containers and large data types19
blackmatov/flat.hppA library of associative containers with vector-like behavior75
alandefreitas/smallLibrary of optimized C++ containers designed to reduce overhead in small data structures139
p-ranav/tabulateA header-only C++ library for creating formatted tables in the terminal1,966
rurban/ctlA C container template library implementing various data structures and algorithms in ISO C99/C11.172
containerd/ttrpcA lightweight GRPC implementation optimized for low-memory environments.563
pharo-containers/containers-stackA simple implementation of a stack data structure0
martinmoene/ring-span-liteA single-file header-only C++ library providing a circular buffer view for containers with a flexible interface.154
ldionne/metabenchA simple framework for compile-time microbenchmarks in C++ using the CMake build system.183