plf_stack icon indicating copy to clipboard operation
plf_stack copied to clipboard

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

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