tezc/sc
Common libraries and data structures for C. observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 93
- Release rhythm 8
- Longevity 100
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: 2122
- days_rel: n/a
- days_push: 47
- n_releases_24m: 0
Adoption not part of the score
2570 stars · 297 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A collection of portable, stand-alone C99 libraries and data structures such as hashmap, heap, linked list, logger, and ini parser. Each module is a single header/source pair that can be copied directly into a project with no build system required.
Use cases
- add a hashmap or priority queue to a C project
- copy-and-paste portable C data structures without dependencies
- cross-platform mutex and condition variable wrappers for C
- lightweight logger for a C99 codebase
- parse ini files in C
- serialize protocol variables with a buffer utility
When to choose
- you write C99 and want minimal, dependency-free data structures
- you need portability across Linux, macOS, Windows, and BSD with many architectures
- you prefer vendoring single header/source files over package managers
When to avoid
- you need a full-featured standard library replacement or STL-like generics
- your project is C++ and can use the standard library
- you need package-manager integration rather than copying source files
Facets
library · maturity active
parser logging serialization concurrency benchmarking developer-tools cross-platform c windows bsd cross-platform data-structures c99 header-source-pair hashmap linked-list priority-queue collections drag-and-drop portable algorithms linux macos
1 source
- readme: https://github.com/tezc/sc · fetched 2026-08-28 · 61744e162548
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tezc/sc | main | 65 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem