Ziggit: A Reimplementation of Git in Zig
jedisct1
13 points
3 comments
April 02, 2026
Related Discussions
Found 5 related stories in 45.4ms across 3,471 title embeddings via pgvector HNSW
- Show HN: Nit – I rebuilt Git in Zig to save AI agents 71% on tokens fielding · 20 pts · March 26, 2026 · 68% similar
- Show HN: GitAgent – An open standard that turns any Git repo into an AI agent sivasurend · 108 pts · March 14, 2026 · 54% similar
- Zig – Type Resolution Redesign and Language Changes Retro_Dev · 111 pts · March 11, 2026 · 54% similar
- TreeTrek – A raw Git repository viewer web app maxloh · 14 pts · March 28, 2026 · 53% similar
- Getting Ziggy with It – Re: Factor birdculture · 12 pts · March 20, 2026 · 52% similar
Discussion Highlights (2 comments)
jedisct1
4–10× faster than git, compiles to a 142KB WebAssembly binary, and includes a succinct mode that cuts LLM token usage by 70–95%.
comex
From some skimming of the code, it seems like a nightmare quality-wise. But if it works, it works. I wonder what makes it faster.