Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Design Tagged Heap #94

Closed Behemyth closed 7 years ago

Behemyth commented 7 years ago

Design the tagged heap to implement tags, heaps, and blocks of data revolving around the CPU architecture.

lsilvestro96 commented 7 years ago

Designing the new memory manager using a tagged heap is complete. A UML diagram describing the basic class structure can be found here: https://repository.genmymodel.com/lsilvestro96/TaggedHeap.

Behemyth commented 7 years ago

Awesome! Onward to implementation.