Ross ROSS = Recommend OSS · open-source software intelligence for agents

KaisenAmin/c_std

Implementation of C++ standard libraries in C observed · 2026-08-28

github.com/KaisenAmin/c_std · C · ISC (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 90
  • Release rhythm 35
  • Longevity 70

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: 992
  • days_rel: n/a
  • days_push: 60
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1246 stars · 66 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A pure C17 library that reimplements a large slice of the C++ Standard Library (containers, algorithms, smart pointers) plus Python-style utilities like , regex, random, and statistics. It offers 40+ modules with cross-platform POSIX/Win32 backends, Valgrind-verified leak-free code, and CMake-based builds.

Use cases

  • use C++ STL-style containers like vector and map in a C project
  • parse and generate JSON, XML, CSV, and INI files in pure C
  • get Python-like random, statistics, and secrets modules in C
  • write TCP/UDP/HTTP networking code in portable C
  • do arbitrary-precision big integer math in C
  • avoid memory leaks with well-tested C data structures

When to choose

  • you're writing C and miss the convenience of C++ STL containers and algorithms
  • you need portable C17 code that builds on Windows (MSVC/MinGW) and Linux (GCC/Clang)
  • you want leak-free, Valgrind-verified data structures with clear ownership rules
  • you want Python-standard-library-style utilities without leaving the C ecosystem

When to avoid

  • you're already writing C++ and can use the real STL directly
  • you need battle-hardened, widely-deployed libraries for security-critical crypto or networking
  • you need C89/C99 compatibility rather than C17
  • you need a package-managed dependency rather than a CMake-built source library

Facets

library · maturity active

serialization parser math networking cryptography developer-tools programming-languages cross-platform windows cross-platform c c17 stl cpp-standard-library python-style-utilities containers smart-pointers header-library cmake data-structures algorithms linux

1 source

Member repositories

RepositoryRoleHealth v2
KaisenAmin/c_stdmain67

For agents

markdown · JSON · MCP: product_card(name="KaisenAmin/c_std")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem