Registry / utility / plf-stack

plf-stack

JSON →
library2.0.13vcpkgunverified

A C++ data container replicating std::stack functionality but with better performance.

vcpkg install plf-stack
INSTALL
IMPORT
SIG · PLF-STACK
P
plf-stack
utilitycppv2.0.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

plf_stack.h
#include <plf_stack.h>

Use plf::stack as a drop-in replacement for std::stack.

#include <plf_stack.h> #include <iostream> int main() { plf::stack<int> s; s.push(1); s.push(2); std::cout << "Top: " << s.top() << "\n"; s.pop(); std::cout << "Size after pop: " << s.size() << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.13latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

plf-stack — pip install plf-stack · libregistry