# Alinshans/MyTinySTL

Achieve a tiny STL in C++11

Repository: https://github.com/Alinshans/MyTinySTL
Canonical: https://ross.abutalabs.com/products/mytinystl
Language: C++
License: NOASSERTION
License Family: other
Topics: stl, data-structure, algorithm, cpp, cpp-library, cpp11
Last push: 2024-10-27T15:07:33+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3680, "days_push": 675, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- 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 12476, forks 3285 (observed 2026-08-28T04:10:59.148565+00:00)

## What it is
A C++11 reimplementation of a large portion of the C++ Standard Template Library, including containers, iterators, and algorithms. Originally a learning project, it is now in long-term maintenance where only bug fixes are made.

## Use cases
- learn how the C++ STL is implemented internally
- study container and algorithm source code in C++11
- use a lightweight STL-like container library
- practice reading real-world C++ template code
- compare my STL implementation against a reference

## When to choose
- you want readable, educational STL source code
- you need a small STL subset without heavy dependencies
- you are learning C++11 templates and data structures

## When to avoid
- you need a fully standard-compliant, production-grade STL
- you need guaranteed performance and bug-free behavior
- you need ongoing feature development or English documentation

## Facets
- artifact type: library
- maturity: maintenance
- function: programming-language, developer-tools, testing
- domain: developer-tools, education
- platform: windows, cpp, cross-platform
- tags: stl, c++11, data-structures, containers, learning-project, header-only, algorithms, linux, macos

## Member repositories
- Alinshans/MyTinySTL (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:59.148565+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-29T17:14:01.754381+00:00, confidence not recorded.
  - readme: https://github.com/Alinshans/MyTinySTL (fetched 2026-08-28T04:10:59.148565+00:00, sha 5406d18153dc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
