Hacker News new | ask | show | jobs
by pizlonator 610 days ago
Fil-C has a concurrent GC. It doesn’t stop your program, ever.

If your C code doesn’t dynamically allocate then it won’t create any GC load in Fil-C.

1 comments

> Fil-C has a concurrent GC. It doesn’t stop your program, ever.

what about performance/throughput compared to when you allocate stuff on stack?