Crowlang/crow

Redetermine when to call the GC

Opened this issue · 0 comments

Right now the GC is called every 5000 times it is called, this is largely inefficient for many low memory allocations. Potentially maybe we should set Crow to have a memory limit, and once it is hit, call the GC to clean up. I believe Java does this approach. Maybe make this user configurable.