Skip to content

DStruct | Refactoring WIP

DStruct is an easily portable and structurally concise data structure template library

Star History Chart

Features

  • Easy to port, does not depend on standard library (std) and other third-party libraries
  • Easy to use, data structures and algorithms are designed separately with unified interfaces
  • Easy to learn/customize and improve
  • Customizable data structure allocators
  • Supports bare metal/small memory devices, provides simple static memory management/allocator SMA
  • Modern C++ / generic structures, includes diverse and rich data structures