Y
Hacker News
new
|
ask
|
show
|
jobs
by
jerf
3858 days ago
Much more than "a realistic chance of optimizing everything else to the point that GC time becomes your biggest problem"?
1 comments
_urga
3858 days ago
Yes, these days, GC might easily be the biggest problem to the point that focusing on anything else would be a waste of time and premature optimization.
GC pauses can be anywhere between 300ms to 30 seconds or more when it starts becoming an issue.
link
GC pauses can be anywhere between 300ms to 30 seconds or more when it starts becoming an issue.