vurtun/lib
single header libraries for C/C++ observed · 2026-08-28
Health v2 · maintenance only
38/100
- Activity 12
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3941
- days_rel: n/a
- days_push: 532
- n_releases_24m: 0
Adoption not part of the score
1427 stars · 101 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of five single-header C/C++ libraries (json.h, sched.h, web.h, sdefl.h, sinfl.h) providing a JSON parser, multithreaded task scheduler, lightweight webserver, and deflate compression/decompression. Written in portable C89 for easy drop-in integration.
Use cases
- parse json in c without allocations
- compress data with deflate in a single header
- add a lightweight webserver to a c application
- run tasks on a thread pool in c89
- embed json parsing in a c++ project without dependencies
When to choose
- you want zero-dependency, drop-in single-header libraries
- you need maximum compiler portability including C89
- you want to avoid library build/link issues, especially on Windows
When to avoid
- you need feature-rich, production-hardened JSON or HTTP servers
- you require a maintained license file (repo has no explicit license)
- you need high-performance or standards-complete implementations
Facets
library · maturity active
parser json compression concurrency http-server developer-tools web-development parsers c cpp cross-platform windows header-only single-header c89 deflate task-scheduler webserver stb-style linux macos
1 source
- readme: https://github.com/vurtun/lib · fetched 2026-08-28 · 54a3e5fd13d9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vurtun/lib | main | 38 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem