Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in garbage-collection

Is it possible to mark java objects non-collectable from gc perspective to save on gc-sweep time?

java garbage-collection

How to hold 5GB constantly memory in application without suffering from poor performance due to GC?

GC Behavior Inconsistent Between 32-bit and 64-bit Applications

Impact of 'instanceof' in Android Java code

Is there any research on (or better use of) of RAII in GC languages?

When does the perm gen get collected?

GC interruptions and TPL

Reliable method of cleaning up an external resource associated with an Object

java garbage-collection

What can explain the huge performance penalty of writing a reference to a heap location?

Why does peak memory usage increase when there are more elements to loop/apply over?

C# Timers and Garbage Collection

C# WebClient - Large increase of LOH after downloading files

Spark RDD- map vs mapPartitions

How to clear out/delete tensors in tensorflow?

Guidance on optimising Python runtime for embedded systems with low system resources

Python: Behavior of the garbage collector

Lifetime of JavaScript variables

Why do the GC times increase steadily on a long running high volume Java app?

java garbage-collection jvm

Should I encapsulate blocks of functionality in anonymous JavaScript functions?

Why does it take the JVM so long to GC my unreachable object?