Skip to content

A collection of stack-based STL-style containers using flat contingent memory free from allocations

License

Notifications You must be signed in to change notification settings

therocode/static_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static_containers

A collection of stack-based STL-style containers using flat contingent memory free from allocations

Very rough draft. Expect bugs. To be improved

command to build tests

g++ -std=c++17 -Itests/lib -Iinclude tests/main.cpp tests/static_vector.cpp tests/static_map.cpp -o run_tests

About

A collection of stack-based STL-style containers using flat contingent memory free from allocations

Resources

License

Stars

Watchers

Forks

Packages

No packages published