idealvin/coost
A tiny boost library in C++11. observed · 2026-08-28
Health v2 · maintenance only
33/100
- Activity 23
- Release rhythm 8
- 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: 2488
- days_rel: 468
- days_push: 463
- n_releases_24m: 1
Adoption not part of the score
4211 stars · 591 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Coost is a lightweight, cross-platform C++11 base library similar to Boost but much smaller (~1MB static library). It bundles coroutines, a JSON/RPC framework, logging, unit testing, benchmarking, flag parsing, and string/time/file utilities.
Use cases
- add go-style coroutines to a C++ project
- lightweight alternative to boost for C++ utilities
- fast JSON parsing and serialization in C++
- set up unit tests and benchmarks for C++ code
- build a JSON RPC service in C++
- high-performance logging for C++ applications
- parse command line flags and config files in C++
When to choose
- you want a compact all-in-one C++ utility library instead of pulling in many dependencies
- you need go-style coroutines or a coroutine-based network library in C++
- you want logging, JSON, RPC, testing, and flag parsing from a single small library
When to avoid
- you need a battle-tested, standards-track library with broad ecosystem support like Boost
- your project requires a permissively audited license (license metadata is non-standard)
- you only need one narrow feature where a dedicated single-purpose library may be better maintained
Facets
library · maturity active
serialization logging rpc testing benchmarking concurrency json cli parser developer-tools backend programming-languages cpp windows cross-platform boost-alternative coroutines c++11 base-library networking memory-allocator linux macos
1 source
- readme: https://github.com/idealvin/coost · fetched 2026-08-28 · 4fab8d794f98
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| idealvin/coost | main | 33 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem