Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mattreecebentley/plf_stack

A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context.
https://github.com/mattreecebentley/plf_stack

container cpp stack

Last synced: about 2 months ago
JSON representation

A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context.

Lists

README

        

# plf::stack
A data container replicating std::stack functionality but with better performance than standard library containers in a stack context.
C++98/03/11/14/etc-compatible.
Full documentation/function descriptions here: https://plflib.org/stack.htm

Benchmarks are here: https://plflib.org/stack.htm#benchmarks