antirez/sds
Simple Dynamic Strings library for C observed · 2026-08-28
Health v2 · maintenance only
40/100
- Activity 17
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4591
- days_rel: n/a
- days_push: 502
- n_releases_24m: 0
Adoption not part of the score
5545 stars · 511 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SDS (Simple Dynamic Strings) is a C string library that augments libc string handling with heap-allocated, binary-safe dynamic strings using a header prefix before the returned pointer. It was extracted from Redis and offers both high-level convenience functions and low-level APIs for high-performance code.
Use cases
- handle binary-safe strings in C
- replace error-prone C string functions with a safer dynamic string library
- build high-performance string manipulation code in C
- embed a lightweight string library in a C project
- avoid printf overhead with fast string formatting
When to choose
- writing C code that needs dynamic, binary-safe strings
- you want strings compatible with standard C string functions
- memory efficiency and single-allocation strings matter
- you need a small, dependency-free string library
When to avoid
- working in a language with native string types
- you need unicode-aware string operations
- binary compatibility with SDS v1 is required
Facets
library · maturity stable
serialization developer-tools developer-tools programming-languages c cpp cross-platform dynamic-strings binary-safe c-strings redis memory-efficiency
1 source
- readme: https://github.com/antirez/sds · fetched 2026-08-28 · f23cb807f00d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| antirez/sds | main | 40 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem