Hacker News new | ask | show | jobs
by paulsutter 3535 days ago
> This just isn't true anymore. Incremental collectors can achieve pause times in the single-digit millisecond range

Single digit milliseconds is millions of instructions, which /is/ a large slowdown in some applications.

1 comments

How much do you think a page fault costs?
Page faults cost zero. On locked pages.