📰 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

Dev.to · CharmPic
3w ago
Hakozuna v3.2 Released: Bringing Optimized Memory Allocation to M1 Mac
I've added the main text to chatgpt5.4 ↓ I am pleased to announce the release of Hakozuna...

Dev.to · CharmPic
1mo ago
Porting Hakozuna to Windows Native: Lessons from Benchmarking hz3 and hz4 beyond Ubuntu
The Windows native support for Hakozuna has finally moved past the "it runs" stage to the "measurable...

Dev.to · CharmPic
1mo ago
Does Audio Cable Affect Sound? I Built a Physics Simulator to Find Out.
Discussing whether audio cables change the sound often turns into a never-ending debate based on...

Dev.to · CharmPic
2mo ago
I suffered a crushing defeat against mimalloc in specific tuning scenarios.
The Scalability Wall (T=16) At 16 threads, hz3 hit a limit. hz3: 76.6M ops/s mimalloc: 85.0M...
![[Humans and AI] 3-month "pigeon" development (hakozuna) vs. 2-day multi-threaded development based on that (hakozuna-mt)](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmz3zuxjd6l2j6pyz2kmt.png)
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...

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...

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...

Dev.to · CharmPic
2mo ago
hakozuna (hz3) - A new memory allocator released
✅ Performance competitive with mimalloc/tcmalloc ✅ +28% improvement on multi-threaded remote-free ✅...

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...

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...

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...

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,...

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...
DeepCamp AI