DEV Community

Zilong Yao
Zilong Yao

Posted on

js-sdsl - A javascript standard data structure library

A javascript standard data structure library with reference to C++ STL, the English name is javascript standard data structure library

github link: https://github.com/ZLY201/js-sdsl

npm link: https://npmjs.com/js-sdsl

Contains various data structures such as Set, Map and hash table implemented using RB-tree, with extremely complete unit tests and performance tests and complete api documentation

It supports CommonJS and ES modules, and supports the introduction of browser script tags. It is written in typescript and has rigorous type inference, making development more efficient.

If you have any ideas or find any loopholes, please submit a merge request or contact me, we will put your information on the contributor list and display it on the homepage

Top comments (0)