Explore >> Select a destination


You are here

blog.codingconfessions.com
| | tschatzl.github.io
4.6 parsecs away

Travel
| | [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.
| | pyfound.blogspot.com
4.2 parsecs away

Travel
| | [AI summary] Instagram presented CPython performance optimizations at the 2021 Python Language Summit, highlighting improvements in async I/O, inline caching, and JIT compilation.
| | arunrocks.com
4.3 parsecs away

Travel
| | A blog by Arun Ravindran, author and speaker, about Python, Django and other curious things.
| | nora.codes
26.7 parsecs away

Travel
| [AI summary] The article explains the concept of 'unsafe' in Rust, clarifying that it allows specific low-level operations while maintaining overall memory safety through the language's type system and safe abstractions.