justrach

Shared Zig HTTP primitives. Radix trie router (43.5M lookups/sec, faster than Go httprouter), HTTP utilities, bounded cache. Zero dependencies. Used by turboAPI and merjs.

10
1
100% credibility
Found Mar 30, 2026 at 10 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Zig
AI Summary

turboapi-core provides high-performance building blocks for quickly directing web traffic, decoding requests, and caching results in applications built with Zig.

How It Works

1
🔍 Discover turboapi-core

You hear about a set of super-fast tools that make web apps respond in a blink, perfect for handling tons of visitors without slowing down.

2
📥 Bring it into your project

You easily add these speedy helpers to your web-building setup with a simple fetch, no extra baggage needed.

3
🗺️ Map your web paths

You list out the pages and actions on your site, like user profiles or file downloads, telling the tools exactly where to direct visitors.

4
Visitors zoom in

When people visit your site, the tools instantly find the right page and grab any details from the address, feeling like magic speed.

5
🧪 Try it out

You send pretend visits to check paths, decode messages, and store quick results, confirming everything works smoothly.

🚀 Blazing fast site

Your web app now handles requests at incredible speeds, delighting users with instant responses and room to grow huge.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 10 to 10 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is turboapi-core?

turboapi-core is a shared Zig library delivering HTTP routing, parsing utilities, and a bounded cache for building fast servers. Developers get a router that handles 43.5M lookups per second—beating Go's httprouter—plus zero-allocation param extraction for paths like /users/{id}, wildcard matching, and helpers for query string lookups, percent decoding, and HTTP dates. It's zero dependencies, designed as a shared GitHub repository for Zig projects needing performant HTTP primitives without bloat.

Why is it gaining traction?

Its router crushes benchmarks on adversarial tests, scaling to 100 routes at 20M lookups/sec while verifying params and misses correctly. The bounded cache silently drops at capacity for thread-safe response storage, and utilities like queryStringGet parse without allocs. As a Zig shared library, it slots into shared GitHub workflows or actions, powering real apps like turboAPI (134k req/s) and merjs.

Who should use this?

Zig backend devs crafting APIs or microservices where routing latency kills throughput. Ideal for shared GitHub projects maintaining high-perf servers, or teams optimizing routers over fasthttp or Fastify. Skip if you're not in Zig or need full frameworks.

Verdict

Grab it for speed-critical Zig HTTP layers—the benchmarks and fuzz tests are legit, docs solid. With 10 stars and 1.0% credibility score, it's early; monitor for adoption before production shared repos.

(187 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.