Alinshans/MyTinySTL
Achieve a tiny STL in C++11 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 3680
- days_rel: n/a
- days_push: 675
- n_releases_24m: 0
Adoption not part of the score
12476 stars · 3285 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
library · maturity maintenance
programming-language developer-tools testing developer-tools education windows cpp cross-platform stl c++11 data-structures containers learning-project header-only algorithms linux macos
1 source
- readme: https://github.com/Alinshans/MyTinySTL · fetched 2026-08-28 · 5406d18153dc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Alinshans/MyTinySTL | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Alinshans/MyTinySTL")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem