Comment by PaulDavisThe1st
11 days ago
Even if you avoid GC, you need the memory used by the realtime code to be pinned to physical RAM to avoid paging.
The problem with GC is not (always) what it does, it's when it does it. You often do not have control over that, and if it kicks in the middle of otherwise realtime code ... not good.
No comments yet
Contribute on Hacker News ↗