#garbage-collection

[ follow ]
#toronto

No one knows who owns this Toronto laneway, but neighbours say it's become a dangerous dumping ground | CBC News

Toronto businesses face garbage issue in a laneway deemed private, causing financial and mental stress while city refuses to intervene.

Committee votes to extend private Toronto garbage collection for $289M | CBC News

Toronto's west end continues private garbage collection despite concerns over cost and negotiation power.
City commits to $289 million contract with GFL Environmental for garbage collection despite feasibility studies for in-house services.

No one knows who owns this Toronto laneway, but neighbours say it's become a dangerous dumping ground | CBC News

Toronto businesses face garbage issue in a laneway deemed private, causing financial and mental stress while city refuses to intervene.

Committee votes to extend private Toronto garbage collection for $289M | CBC News

Toronto's west end continues private garbage collection despite concerns over cost and negotiation power.
City commits to $289 million contract with GFL Environmental for garbage collection despite feasibility studies for in-house services.
moretoronto
#openjdk

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.

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.

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.

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.
moreopenjdk

WasmGC and the future of front-end Java development

WebAssembly's garbage collection extension facilitates the use of Java on the front end, marking a potential shift in web development.

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.

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.
#memory-management

ECMAScript proposal: Symbols as WeakMap keys

Symbols as WeakMap keys allow non-mutating attachment of data, preventing memory leaks.

The worst developer nightmare[Memory leak]

Memory leaks can occur in various programming languages, from manually managed to automatic memory systems.
Common causes of memory leaks include unintentional object retention, circular references, unclosed resources, event listeners, caching without expiration, and poor memory profiling.

ECMAScript proposal: Symbols as WeakMap keys

Symbols as WeakMap keys allow non-mutating attachment of data, preventing memory leaks.

The worst developer nightmare[Memory leak]

Memory leaks can occur in various programming languages, from manually managed to automatic memory systems.
Common causes of memory leaks include unintentional object retention, circular references, unclosed resources, event listeners, caching without expiration, and poor memory profiling.
morememory-management

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.

New York is a City With Over 2,000,000 Rats and The Mayor Has a New Plan to Eradicate Them

New York City unveils new anti-trash technology to improve sanitation and reduce rat infestation.
The city has implemented measures to limit the time trash bags can remain on streets and required food businesses and chain stores to use containers for their waste.

Your Node is Leaking Memory? setTimeout Could be the Reason

Node developers may create memory leaks with setTimeout API due to how node deals with timeouts.
[ Load more ]