|
|
|
|
|
by 3836293648
610 days ago
|
|
"affording" GC is absolutely a thing. You're measuring the wrong thing. It's primarily about latency, not throughput, and GC can only go head-to-head on throughput. Secondly you have places where you don't have dynamic memory at all which you're also conveniently ignoring. |
|
If your C code doesn’t dynamically allocate then it won’t create any GC load in Fil-C.