13 articles

📰 Dev.to · CharmPic

Articles from Dev.to · CharmPic · 13 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9050) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
[Humans and AI] 3-month "pigeon" development (hakozuna) vs. 2-day multi-threaded development based on that (hakozuna-mt)
Dev.to · CharmPic 2mo ago
[Humans and AI] 3-month "pigeon" development (hakozuna) vs. 2-day multi-threaded development based on that (hakozuna-mt)
Introduction: I am not a "Wizard," I am a "Pigeon" First, a confession: I am not a C...
## The Baseline Power: Performance Without Optimizations
Dev.to · CharmPic 2mo ago
## The Baseline Power: Performance Without Optimizations
Engineering Notes: A work in progress. Before diving into the Lane16 specific build, I discovered...
From "Losing at T=16" to "Matching mimalloc": A Day with hz3 Lane16
Dev.to · CharmPic 2mo ago
From "Losing at T=16" to "Matching mimalloc": A Day with hz3 Lane16
TL;DR Fixed a performance gap where hz3 was losing to mimalloc at T=16 / R=90 by...
hakozuna (hz3) - A new memory allocator released
Dev.to · CharmPic 2mo ago
hakozuna (hz3) - A new memory allocator released
✅ Performance competitive with mimalloc/tcmalloc ✅ +28% improvement on multi-threaded remote-free ✅...
Benchmark Report: Analyzing the Time-Space Trade-off in Memory Allocators (hakozuna vs tcmalloc)
Dev.to · CharmPic 2mo ago
Benchmark Report: Analyzing the Time-Space Trade-off in Memory Allocators (hakozuna vs tcmalloc)
https://github.com/hakorune/hakozuna Introduction I have been developing a custom memory...
How Quadrupling a Buffer Let My Allocator Catch Up with mimalloc
Dev.to · CharmPic 2mo ago
How Quadrupling a Buffer Let My Allocator Catch Up with mimalloc
https://github.com/hakorune/hakozuna TL;DR By simply increasing the internal ring buffer...
"I just said 'Box!' and somehow beat mimalloc
Dev.to · CharmPic 2mo ago
"I just said 'Box!' and somehow beat mimalloc
I just said "Box!" and somehow beat mimalloc TL;DR Built a memory allocator...
How to Make Claude Code Create Executables for Ubuntu and Windows in a WSL Environment
Dev.to · CharmPic 9mo ago
How to Make Claude Code Create Executables for Ubuntu and Windows in a WSL Environment
This is the story of how we set out to build a "next-gen text editor" and, somewhere along the way,...
How I Made Task Lists Fun Again (with a Hint of World Domination)
Dev.to · CharmPic 9mo ago
How I Made Task Lists Fun Again (with a Hint of World Domination)
Ever dreamed of conquering the world with code? Well, that’s exactly what happened when I teamed up...