✕ Clear all filters
14 articles
▶ Videos →

📰 Dev.to · CharmPic

14 articles · Updated every 3 hours · View all reads

All Articles 112,049Blog Posts 121,962Tech Tutorials 28,569Research Papers 23,054News 16,703 ⚡ AI Lessons
I suffered a crushing defeat against mimalloc in specific tuning scenarios.
Dev.to · CharmPic 🏗️ Systems Design & Architecture 5mo 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)
Dev.to · CharmPic 5mo 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 🔢 Mathematical Foundations 5mo 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 🌐 Frontend Engineering 5mo 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 📰 AI News & Updates 5mo 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 5mo 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 5mo 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 5mo 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 🧠 Large Language Models 1y 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 💻 AI-Assisted Coding ⚡ AI Lesson 1y 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...