#garbage-collection

[ follow ]
#memory-management
from2ality
11 months ago
JavaScript

ECMAScript proposal: Symbols as WeakMap keys

Symbols as WeakMap keys allow non-mutating attachment of data, preventing memory leaks.
fromMedium
5 months ago
JavaScript

How We Saved 12% in Resources with Smarter Heap Management

Memory issues in Scala service were traced to buffer mismanagement, leading to high memory usage and frequent GC runs.
Optimized buffer sizes and investigated long-lived object handling to address memory challenges.
fromHackernoon
1 month ago
Miscellaneous

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

Go 1.24 introduces runtime.AddCleanup and weak.Pointer for enhanced garbage collection management.
from2ality
11 months ago
JavaScript

ECMAScript proposal: Symbols as WeakMap keys

Symbols as WeakMap keys allow non-mutating attachment of data, preventing memory leaks.
fromMedium
5 months ago
JavaScript

How We Saved 12% in Resources with Smarter Heap Management

Memory issues in Scala service were traced to buffer mismanagement, leading to high memory usage and frequent GC runs.
Optimized buffer sizes and investigated long-lived object handling to address memory challenges.
fromHackernoon
1 month ago
Miscellaneous

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

Go 1.24 introduces runtime.AddCleanup and weak.Pointer for enhanced garbage collection management.
more#memory-management
fromPyPy
2 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.
#openjdk
fromInfoQ
6 months ago
Java

OpenJDK News Roundup: Stream Gatherers, Scoped Values, Generational Shenandoah, ZGC Non-Gen Mode

JEP 485 promotes custom data transformation in Java's Stream API, showcasing ongoing innovation in OpenJDK.
fromInfoQ
5 months ago
Java

OpenJDK News Roundup: Compact Object Headers, Synch Virtual Threads, Disable Security Manager

OpenJDK is evolving with significant changes targeting JDK 24, including the removal of outdated features to enhance performance and security.
fromInfoQ
6 months ago
Java

OpenJDK News Roundup: Stream Gatherers, Scoped Values, Generational Shenandoah, ZGC Non-Gen Mode

JEP 485 promotes custom data transformation in Java's Stream API, showcasing ongoing innovation in OpenJDK.
fromInfoQ
5 months ago
Java

OpenJDK News Roundup: Compact Object Headers, Synch Virtual Threads, Disable Security Manager

OpenJDK is evolving with significant changes targeting JDK 24, including the removal of outdated features to enhance performance and security.
more#openjdk
fromRealpython
6 months ago
Python

Python News Roundup: October 2024 - Real Python

Python 3.13 release has been delayed to October 7, 2024, due to concerns over the incremental garbage collector's impact.
fromInfoQ
11 months ago
DevOps

New Relic Release April 2024 Java Report

New Relic's report on the Java ecosystem provides insights from actual production data, revealing trends like Java 8 decline and rapid adoption of newer versions.
fromInfoQ
11 months ago
Java

JEP 474: Generational Mode Now Standard for ZGC in Java

Switching ZGC to generational mode by default in JDK 23 will optimize garbage collection and focus development on Generational ZGC.
[ Load more ]