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

zouxiaohang/TinySTL

TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms) observed · 2026-08-28

github.com/zouxiaohang/TinySTL · C++ observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4370
  • days_rel: n/a
  • days_push: 2867
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2496 stars · 656 forks observed · 2026-08-28

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

TinySTL is a C++11 reimplementation of a subset of the C++ Standard Template Library, plus extra containers and algorithms not found in the standard library. It is primarily an educational project for practicing data structures, algorithms, and C++ template programming.

Use cases

  • learn how STL containers like vector and list are implemented
  • study C++ template metaprogramming with a real codebase
  • find reference implementations of data structures like AVL trees, tries, and bloom filters
  • practice reading and extending a C++ standard library
  • compare custom container performance against std::vector

When to choose

  • you want to learn data structures and algorithms through readable C++ implementations
  • you need extra containers like skip lists, tries, or bloom filters as reference code
  • you are studying template programming and iterator/allocator design

When to avoid

  • you need a production-ready, fully tested STL replacement
  • you require a maintained library with a license and active releases
  • you need portability beyond MSVC/VS2013+ toolchains

Facets

library · maturity maintenance

data-science developer-tools programming-languages education cpp windows cross-platform stl c++11 templates data-structures containers learning-project algorithms

1 source

Member repositories

RepositoryRoleHealth v2
zouxiaohang/TinySTLmain32

For agents

markdown · JSON · MCP: product_card(name="zouxiaohang/TinySTL")

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