Crowlang/crow

Update the allocation system to use a tree

Bravotic opened this issue · 0 comments

This would make adding and removing allocations much faster, would also allow us to track allocations with allotok as a pointer, not a number which we do a linear lookup for.