Skip to content

guymella/SPStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPStructures

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.

priorities:

  1. Emphasis is on allowing coders to easily create thier own datastructures for cache and architecture optimization.
  2. Keeping compiled code small, for crossplatform/emscripton optimized code.
  3. Speed.
  4. efficiency, allow coders to tweek the memory usage vs performace to fit thier needs.

TODO:

  • dynamic value
  • dynamic value array
  • dynamic value struct

About

Simple & Powerful Data Structures

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors