#garbage-collection

[ follow ]
fromSmashing Magazine
1 week ago

Handling JavaScript Event Listeners With Parameters - Smashing Magazine

JavaScript event listeners require proper management to prevent memory leaks.
Software development
fromInfoWorld
1 month ago

Rust 1.88 adds support for naked functions

Rust 1.88 introduces Boolean literals for better configuration clarity in predicates, and Cargo now supports automatic garbage collection of cached dependencies.
fromInfoQ
1 month ago

Java 25 Integrates Compact Object Headers with JEP 519

The enhancement addresses a long-standing inefficiency in Java's memory model where object headers can consume over 20% of heap space in applications with many small objects.
Java
Python
fromPyPy
1 month ago

How fast can the RPython GC allocate?

RPython GC can allocate objects efficiently in tight loops, requiring only 11 instructions on average.
fromsilive
2 months ago

#fyiSI: Are all DSNY trucks outfitted with garbage pail tippers?

Not all sanitation trucks are equipped to handle the new garbage cans, but upgrades are ongoing.
fromHackernoon
4 months ago

What You Have to Know About the New Features in Go 1.24: Cleanups and Weak Pointers | HackerNoon

The introduction of runtime.AddCleanup and weak.Pointer in Go 1.24 allows developers to manage memory more efficiently, providing advanced functionality for garbage collection.
Miscellaneous
#aws
fromInfoQ
4 months ago
Bootstrapping

AWS Introduces CDK Garbage Collection

AWS introduced garbage collection in AWS CDK to automate deletion of old assets, helping reduce storage costs for developers.
Bootstrapping
fromInfoQ
4 months ago

AWS Introduces CDK Garbage Collection

AWS introduced garbage collection in AWS CDK to automate deletion of old assets, helping reduce storage costs for developers.
fromPyPy
5 months ago
Agile

Low Overhead Allocation Sampling with VMProf in PyPy's GC

Low overhead statistical memory profiling is achievable by sampling allocations, integrating with PyPy's GC and VMProf for efficient memory management.
[ Load more ]