Dissecting the CPU-memory relationship in garbage collection (OpenJDK 26)
https://norlinder.nu/posts/GC-Cost-CPU-vs-Memory/
#HackerNews #Dissecting #CPU-memory #GarbageCollection #OpenJDK26 #CPU #Memory
Dissecting the CPU-memory relationship in garbage collection (OpenJDK 26)
https://norlinder.nu/posts/GC-Cost-CPU-vs-Memory/
#HackerNews #Dissecting #CPU-memory #GarbageCollection #OpenJDK26 #CPU #Memory
Effortless Pooling for Unity Projects #Pooling #Unity #Garbagecollection #Performance #Optimization #Gamedevelopment #AssetStore
https://u3dn.com/packages/effortless-pooling-for-unity-projects-212038
It’s About to Get a Lot Easier for Your JavaScript to Clean Up After Itself, by @Wilto (@piccalil.li):
https://piccalil.li/blog/its-about-to-get-a-lot-easier-for-your-javascript-to-clean-up-after-itself/
Lambda Captures Entire Scope Consuming 47GB RAM?!
LAMBDA MEMORY DISASTER! Closures capture ALL local variables! 1M lambdas × 5KB = 5GB RAM! Can't garbage collect! System thrashing! Event handlers lost! $890K recovery! Architect FIRED!
#python #pythondisaster #lambda #closure #memoryleak #productionbug #pythonshorts #pythonwtf #scopecapture #careerending #eventhandlers #garbagecollection
Corner Brook's new automated garbage collection is learning curve for staff, residents
The City of Corner Brook launched a new garbage collection system in mid-January that features automated garbage trucks and a new schedule for recycling pick-up. The city says the changes will cut down on some costs and make the work easier for staff. But it may ...
#garbagecollection #recycling #CornerBrook
https://www.cbc.ca/news/canada/newfoundland-labrador/corner-brook-automated-garbage-9.7066942?cmp=rss
PHP 8.5 Garbage Collection Improvements for Enums and Closures
Memory management remains the primary factor for application performance in enterprise Java environments. Between 2017 and 2025, the ecosystem shifted from manual tuning to architectural selection. Industry data suggests that 60 percent of Java performance issues and 45 percent of...
#garbagecollection #Java #javacore #JavaGarbageCollection #ZGarbageCollector
https://foojay.io/today/the-ultimate-10-years-java-garbage-collection-guide-2016-2026-choosing-the-right-gc-for-every-workload/
The Manchester Garbage Collector and purple-garden's runtime
https://xnacly.me/posts/2026/manchester-garbage-collector/
#HackerNews #ManchesterGarbageCollector #purple-garden #RuntimeOptimization #GarbageCollection #TechnologyNews
Modern JVM Garbage Collection
🚮 The Garbage Collection Handbook: Now in its second edition, because apparently, taking out the trash has become a cutting-edge scientific endeavor. 🤓📚 Get ready to dive into the thrilling world of memory management, where authors have managed to stretch a topic usually reserved for intro-level #programming classes into a full-blown epic saga. 🤦♂️
https://gchandbook.org/index.html #GarbageCollection #Handbook #MemoryManagement #Science #Education #HackerNews #ngated
The Garbage Collection Handbook
https://gchandbook.org/index.html
#HackerNews #GarbageCollection #Handbook #Programming #Resources #Technology #SoftwareDevelopment
The Last Couple Years in V8’s Garbage Collector, by @wingolog.org:
https://wingolog.org/archives/2025/11/13/the-last-couple-years-in-v8s-garbage-collector
#v8 #javascriptengines #garbagecollection #memory #retrospectives #javascript
💻 "Garbage Collection Is Useful" - A groundbreaking revelation from the depths of 2025! 🤯 Patrick Dubroy wows us with the stunning insight that years of tinkering with garbage collection actually proved useful. Who knew that understanding how not to trash your memory could solve problems? 🚮✨
https://dubroy.com/blog/garbage-collection-is-useful/ #GarbageCollection #UsefulMemory #TechInsights #PatrickDubroy #HackerNews #ngated
Garbage Collection Is Useful
https://dubroy.com/blog/garbage-collection-is-useful/
#HackerNews #GarbageCollection #Useful #Programming #TechBlog #SoftwareDevelopment
In my Tic Tac Toe app, I have used NativeScript’s animate() API for all animations - it gives smooth, logic-tied transitions as it runs JS thread. Many animations can cause frame drops or memory buildup, and need manual cleanup to avoid leaks or OOM errors.
Very impressive:
“InvisiCaps: The Fil-C Capability Model”, Filip Pizlo (https://fil-c.org/invisicaps).
See Also: “Fil's Unbelievable Garbage Collector”, Filip Pizlo (https://fil-c.org/fugc).
#C #FilC #MemorySafety #Programming #GarbageCollection #GC #InvisiCaps #FUGC
"How do you acquire the fundamental computer skills to hack on a complex systems project?"
K.C.Sivaramakrishnan's suggestions:
https://kcsrk.info/ocaml/2025/11/10/hacking/
#SystemsProgramming #OCaml #Compilers #RuntimeSystems #Debuggers #GarbageCollection
Interesting:
“The Green Tea Garbage Collector”, The Go Blog (https://go.dev/blog/greenteagc).
On HN: https://news.ycombinator.com/item?id=45749746
On Lobsters: https://lobste.rs/s/3jf7it/green_tea_garbage_collector_go
#Go #GoLang #Programming #GarbageCollection #GC #MemoryManagement #GreenTea #Optimization #Efficiency #Performance