# 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)

Repository: https://github.com/zouxiaohang/TinySTL
Canonical: https://ross.abutalabs.com/products/tinystl
Language: C++
License Family: other
Last push: 2018-10-27T04:26:50+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4370, "days_push": 2867, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2496, forks 656 (observed 2026-08-28T04:06:56.717443+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: data-science, developer-tools
- domain: programming-languages, education
- platform: cpp, windows, cross-platform
- tags: stl, c++11, templates, data-structures, containers, learning-project, algorithms

## Member repositories
- zouxiaohang/TinySTL (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:56.717443+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-30T02:27:12.685068+00:00, confidence not recorded.
  - readme: https://github.com/zouxiaohang/TinySTL (fetched 2026-08-28T04:06:56.717443+00:00, sha b8e9761ec7a3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
