Work in Progress

Actor Heap

2

McPepic 2022-07-11 14:32

This program can store chunks of data in RAM. You can define your own object types and the program will figure out how to store it, put the data in memory, give you a reference to it, while also handling deleting objects & merging blank chunks to make room for more data.

More thorough explanation in the code.

Actor Heap.nx | Open in app
2022-07-11 14:32

Log in to reply.