Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ptx
on March 29, 2014
|
parent
|
context
|
favorite
| on:
Ruby Garbage Collection: Still Not Ready for Produ...
Couldn't this problem be largely solved the same way C# does it, with its GC.AddMemoryPressure function? If you're using lots of unmanaged memory, you simply inform the GC when you're allocating and freeing it, so that in can be taken into account.
http://msdn.microsoft.com/en-us/library/system.gc.addmemoryp...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
http://msdn.microsoft.com/en-us/library/system.gc.addmemoryp...