Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【开源项目自荐】一个对标 C++ STL 库的 javascript 数据结构库 #2151

Open
ZLY201 opened this issue Jan 7, 2022 · 0 comments

Comments

@ZLY201
Copy link

ZLY201 commented Jan 7, 2022

项目推荐

  • 项目地址:https://github.com/ZLY201/js-sdsl

  • 类别:JS

  • 项目后续更新计划

    • 持续进行优化,包括但不限于语法优化以及算法优化,预期某些容器比目前提升 5 个百分点
    • 对各个容器进行抽象,使其更加符合社区规范
    • 增加更加健壮的性能测试,对各个浏览器进行兼容性测试
  • 项目描述

    • 一个对标 C++ STL 库的 javascript 数据结构库
    • 适用于各种需要用到高级数据结构的场景,支持大多数浏览器,包括 IE8+
  • 推荐理由

  • 示例代码

    <!-- you can download the file locally and import it or import it dynamically by using url. -->
    <script src="https://zly201.github.io/js-sdsl/js-sdsl.min.js"></script>
    <script>
        const { Vector } = sdsl;
        const myVector = new Vector();
        // you code here...
    </script>
@ZLY201 ZLY201 changed the title 【项目自荐】一个对标 C++ STL 库的 javascript 数据结构库 【开源项目自荐】一个对标 C++ STL 库的 javascript 数据结构库 Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants