Open hilbix opened 2 years ago
The buffer code apparently has some memory issues. It eats up all memory.
L should have some standard memory implementation with reference counting and implement everything on top of that.
L was created in a hurry. Hence implementing a good standard memory management was not possible.
Can be solved with #6
The buffer code apparently has some memory issues. It eats up all memory.
L should have some standard memory implementation with reference counting and implement everything on top of that.