Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

What's a good library to do computational geometry (like CGAL) in a garbage-collected language?

How often is the GC executed?

java garbage-collection

How to reproduce Java OutOfMemoryError - GC overhead limit exceeded

Why is free() not allowed in garbage-collected languages?

Theory and algorithm behind Java garbage collection

java garbage-collection

In Python: How to remove an object from a list if it is only referenced in that list?

How important is disposing a Font, really?

Wait for concurrent GC blocked

.NET Free memory usage (how to prevent overallocation / release memory to the OS)

What is the Go language garbage collection approach compared to others?

How does Boehm GC work for C program?

What mechanisms other than mutexs or garbage collection can slow my multi-threaded java program?

Deallocate memory from C# dictionary contained in a static object

Android GridView garbage collecting (GC_EXTERNAL_ALLOC) <1K overzealously, causing very choppy UI

Is there any way to force the Javascript Garbage Collector in webkit based browsers?

C# Action, Closure, and Garbage Collection

Scala: Mutable vs. Immutable Object Performance - OutOfMemoryError

Improving treap implementation

When are objects garbage collected in python?

Keeping references to `IDisposable` when using the Reactive Extensions for .NET: always, never, or sometimes?