# idealvin/coost

A tiny boost library in C++11.

Repository: https://github.com/idealvin/coost
Canonical: https://ross.abutalabs.com/products/coost
Language: C++
License: NOASSERTION
License Family: other
Topics: coroutine, json, log, rpc, unit-test, benchmark, flag
Last push: 2025-05-27T13:28:59+00:00

## Health v2 (maintenance only)
Score: 33/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 23, release rhythm 8, longevity 100
- inputs: {"age_days": 2488, "days_push": 463, "days_rel": 468, "gap_med": null, "n_releases_24m": 1}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4211, forks 591 (observed 2026-08-28T04:08:39.096133+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: serialization, logging, rpc, testing, benchmarking, concurrency, json, cli, parser
- domain: developer-tools, backend, programming-languages
- platform: cpp, windows, cross-platform
- tags: boost-alternative, coroutines, c++11, base-library, networking, memory-allocator, linux, macos

## Member repositories
- idealvin/coost (main) score 33

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:39.096133+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:22:29.270066+00:00, confidence not recorded.
  - readme: https://github.com/idealvin/coost (fetched 2026-08-28T04:08:39.096133+00:00, sha 4fab8d794f98)
- Data as of 2026-08-30T08:39:29.467469+00:00.
