タグ

ブックマーク / www.collectionsjs.com (1)

  • Collections for JavaScript

    This package provides JavaScript implementations of common collections, with many useful features. These collections provide specialized alternatives to plain arrays and objects. They include the ability to observe all changes, have a common interface across every collection and work in both Node.js and the browser. Some data structures are better suited for specific problems. The collections pack

    efcl
    efcl 2014/06/17
    MapやSet、Heapなどのデータ構造とコレクション系の機能を提供してくれるライブラリ。(それぞれ単体で利用できる) チェック式でどのデータ構造がニーズにあってるかを教えてくれたりドキュメントがちゃんと書かれてる
  • 1