awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
samchon avatar

samchon/tstl

0
View on GitHub↗
630 星标·50 分支·TypeScript·MIT·7 次浏览

Tstl

TypeScript-STL (Standard Template Library, migrated from C++)

Features

  • Persistent Data Structures - TypeScript implementation of C++ Standard Template Library containers.
  • Developer Utilities - Standard Template Library implementation for the language.
  • Utility Libraries - Implementation of C++ Standard Template Library in TypeScript.

Star 历史

samchon/tstl 的 Star 历史图表samchon/tstl 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

samchon/tstl 是做什么的?

TypeScript-STL (Standard Template Library, migrated from C++)

samchon/tstl 的主要功能有哪些?

samchon/tstl 的主要功能包括:Persistent Data Structures, Developer Utilities, Utility Libraries。

samchon/tstl 有哪些开源替代品?

samchon/tstl 的开源替代品包括: inversify/inversifyjs — InversifyJS is an inversion of control framework and dependency injection library for TypeScript. It provides a… jay-karia/pigment-ts. emmanueltouzery/prelude.ts — Functional programming, immutable collections and FP constructs for typescript and javascript. google/guava — Guava is a Java standard library extension and utility toolkit that provides optimized data structures, concurrency… a-jie/ppo. 2ndalpha/gasmask — Gasmask is a macOS utility designed to manage system-level network routing by organizing, merging, and activating…

Tstl 的开源替代方案

相似的开源项目,按与 Tstl 的功能重合度排序。
  • google/guavagoogle 的头像

    google/guava

    51,473在 GitHub 上查看↗

    Guava is a Java standard library extension and utility toolkit that provides optimized data structures, concurrency tools, and core extensions. It serves as a comprehensive set of helpers for Java development, focusing on reducing repetitive boilerplate logic. The project is distinguished by its specialized implementations of immutable collections, which ensure thread safety and data consistency by preventing accidental modification. It also includes a dedicated graph data structure library for modeling and traversing networks of interconnected nodes and edges, alongside advanced collection t

    Javaguavajava
    在 GitHub 上查看↗51,473
  • inversify/inversifyjsinversify 的头像

    inversify/InversifyJS

    12,066在 GitHub 上查看↗

    InversifyJS is an inversion of control framework and dependency injection library for TypeScript. It provides a centralized container to manage object lifecycles and automate the instantiation of classes and their dependencies. The library decouples software components by mapping unique identifiers to concrete implementations. This architecture separates object creation from business logic and allows for the replacement of real service implementations with mock objects during unit testing. The framework utilizes TypeScript decorators to provide metadata-driven injection and recursive depende

    TypeScript
    在 GitHub 上查看↗12,066
  • emmanueltouzery/prelude.tsemmanueltouzery 的头像

    emmanueltouzery/prelude.ts

    383在 GitHub 上查看↗

    Functional programming, immutable collections and FP constructs for typescript and javascript

    TypeScript
    在 GitHub 上查看↗383
  • jay-karia/pigment-tsJ

    Jay-Karia/pigment-ts

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • 查看 Tstl 的所有 30 个替代方案→