ZeroGC: an allocate-only garbage collector for .NET
A custom CoreCLR GC that only ever allocates and never reclaims memory - the simplest possible baseline for writing a real one, and a fun toy for measuring how GC-bound your app really is.
Blog of Konrad Kokosa.
A custom CoreCLR GC that only ever allocates and never reclaims memory - the simplest possible baseline for writing a real one, and a fun toy for measuring how GC-bound your app really is.
How I built a ground-up LLM inference engine in .NET 10, and what I learned about AI-assisted (not vibe-coded) development along the way.
Let's visualize how LLM is confident about its own thoughts.
Deep dive into the famous temperature hyperparameter in LLMs.
I've decided to build my own lightweight, REPL-style (Read-Eval-Print Loop) MCP testing tool.