Pure-C CPU LLM engine hits 36 tok/s on Xeon, 1.8× faster than bitnet.cpp

shifu_legend · reddit · 2026-07-23

From-scratch pure-C LLM inference engine beats bitnet.cpp by 1.8× on Xeon

Project Zero is a CPU-only LLM inference engine written in pure C99 with zero external dependencies. The author says it outperforms bitnet.cpp by 1.8× on the same Xeon box, reaching 36.25 tok/s vs 19.33 tok/s on an Intel Xeon Emerald Rapids 4C system.

What it supports

Why it is faster

Benchmark call for help

The author only has data from two machines and is asking the community for x86 CPU benchmark results, especially on older AVX2 chips and high-core Xeon/EPYC systems, for both BitNet and Bonsai-27B.

Original post →

More from coding & agent

coding & agent channel →