Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Dealing with 150GB heap in non interactive application

Non-intuitive object eviction from garbage collection

If Java's generational garbage collectors traverse the graph of live objects, how do they know which objects to call finalize() on? [duplicate]

Do I need to unsubscribe from (manually subscribed to) events in asp.net?

Does a lambda create a new instance everytime it is invoked?

Automatically calling OnDetaching() for Silverlight Behaviors

When are constant Strings created/destroyed?

Java Virtual Machine Internals [closed]

Is $(document.body) and document.body the same? Cleaning garbage and binding in class? - MooTools 1.3

My controls are not being disposed correctly?

onReceive Asynchronous Operations and Garbage Collection

.NET 4 WCF memory issue

Is it possible to suppress gen 2 GC collection in .NET?

.net garbage-collection

Java: PhantomReference, ReferenceQueue and finalize

Cleanup before termination?

Closure and garbage collection: most efficient way to remove consecutive nodes from a linked list

Java: What causes the performance increase when repeatedly calling a function?

How do I fix the GC cycle caused by a lambda event handler?

When will the garbage collector collect a Singleton? [duplicate]

Why promotion failure and concurrent mode failure?

java garbage-collection