wolkykim/qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms. observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 97
- Release rhythm 48
- Longevity 100
Flags: no_license
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: 4564
- days_rel: 136
- days_push: 22
- n_releases_24m: 1
Adoption not part of the score
1015 stars · 181 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
qLibc is a general-purpose C/C++ library providing a consistent set of container APIs including hash tables, tree tables, linked lists, vectors, queues, and stacks, plus general utilities for strings, files, I/O, IPC, encoders, and hashes. It also offers extension modules such as configuration file parsers, an HTTP client, a rotating file logger, a MySQL interface, and a token-bucket rate limiter.
Use cases
- need a hashtable or red-black tree implementation in C
- want a linked list, vector, queue, or stack container library for C
- parse INI or Apache-style configuration files in C
- need Base64, URL, or hex encoding utilities in C
- require a simple HTTP client or rotating file logger in C
- implement token-bucket rate limiting in a C application
- use shared memory, semaphores, or IPC primitives in C
When to choose
- you need a lightweight, BSD-licensed C library with consistent container APIs
- you want common data structures without pulling in heavyweight dependencies
- you need portable string, file, I/O, and hash utilities in C/C++
When to avoid
- you need modern C++ STL-style containers with templates and type safety
- you require high-performance concurrent lock-free data structures
- you need a package-manager-friendly library with broad ecosystem integration
Facets
library · maturity stable
serialization logging http-client database-driver developer-tools developer-tools cross-platform bsd c cpp cross-platform data-structures containers hashtable linked-list red-black-tree queue stack vector string-utilities ipc base64 ini-parser token-bucket algorithms linux macos
2 sources
- readme: https://github.com/wolkykim/qlibc · fetched 2026-08-28 · d12672c99324
- homepage: http://wolkykim.github.io/qlibc · fetched 2026-08-29 · 60227b9710eb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wolkykim/qlibc | main | 80 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem