montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

May I write an article comparing your library "collections"? #199

Closed samchon closed 6 years ago

samchon commented 6 years ago

Nice to meet you. I'm a developer of TSTL, which is an migration project of C++ STL (Standard Template Library) to TypeScript. Traveling similar libraries like mine, I found this awesome repository.

TSTL provides 4 modules (containers, iterators, algorithms and functors) and in the container module, many features are seemed like similar with you. To announce my library to the world and be famous like you, I'm planning to make a PR homepage and put an article comparing my library (TSTL) with others. The article will concentrate on which features are supported and which are not. The comparison would be represented by table.

Before writing the article, I think I should get permission from the origin developers of the compared libraries. May I write the article including your library? If you don't want, then I will not include yours.

Deilan commented 6 years ago

@samchon It's licensed under 3-clause BSD license, so why not? :)

hthetiot commented 6 years ago

@samchon Not problem collections is only maintained but not actively developed this days.

For a better reference implementation I would also pick at this: