Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
matthewwarren
on Oct 29, 2016
|
parent
|
context
|
favorite
| on:
Sub-millisecond GC pauses in Go 1.8
.NET also has the TryStartNoGCRegion API, which allows you too prevent all GC collections (for a certain while).
See
http://mattwarren.org/2016/08/16/Preventing-dotNET-Garbage-C...
for the full details
weberc2
on Oct 29, 2016
[–]
You can do this in Go as well:
https://golang.org/pkg/runtime/debug/#SetGCPercent
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
See http://mattwarren.org/2016/08/16/Preventing-dotNET-Garbage-C... for the full details