Simple & Powerful Data Structures
A set of lightweight, fast and usable c++ data structures. Easily extensible. Avoid Using STL structures to keep code size down.
Structures are polymorphic with strong interface seggragation.
- Emphasis is on allowing coders to easily create thier own datastructures for cache and architecture optimization.
- Keeping compiled code small, for crossplatform/emscripton optimized code.
- Speed.
- efficiency, allow coders to tweek the memory usage vs performace to fit thier needs.
- dynamic value
- dynamic value array
- dynamic value struct