|
You are here |
blog.codingconfessions.com | ||
| | | | |
pyfound.blogspot.com
|
|
| | | | | [AI summary] Instagram presented CPython performance optimizations at the 2021 Python Language Summit, highlighting improvements in async I/O, inline caching, and JIT compilation. | |
| | | | |
tschatzl.github.io
|
|
| | | | | [AI summary] This technical post explains the Concurrent Undo Cycle optimization in the Java G1 garbage collector, detailing how it conserves CPU resources by skipping unnecessary marking phases when heap occupancy drops below thresholds during a concurrent start pause. | |
| | | | |
drew.silcock.dev
|
|
| | | | | All you need to know about the latest Python release including Global Interpreter Lock and Just-in-Time compilation. | |
| | | | |
coredumped.dev
|
|
| | | In my last post I introduced an Emacs Lisp VM I was writing in Rust. My stated goal at the time was to complete a garbage collector. I think Rust has some really interesting properties that will make building garbage collectors easier and safer. Many of the techniques used in my GC are not original and have been developed by other Rustaceans in previous projects. Updated: 2022-09-06 Why use garbage collection? | ||