JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 113996
  • Score
    100M100P100Q177899F
  • License Apache-2.0

High-performance (binary) tree and sorted map implementation (AVL, Splay, Radix, Red-Black)

Package Exports

  • sonic-forest/lib/avl/AvlMap
  • sonic-forest/lib/avl/AvlMap.js
  • sonic-forest/lib/print/printBinary
  • sonic-forest/lib/print/printBinary.js
  • sonic-forest/lib/print/printTree
  • sonic-forest/lib/print/printTree.js
  • sonic-forest/lib/print/types
  • sonic-forest/lib/print/types.js
  • sonic-forest/lib/radix/RadixTree
  • sonic-forest/lib/radix/RadixTree.js
  • sonic-forest/lib/splay/util
  • sonic-forest/lib/splay/util.js
  • sonic-forest/lib/splay/util2
  • sonic-forest/lib/splay/util2.js
  • sonic-forest/lib/util
  • sonic-forest/lib/util/index.js
  • sonic-forest/lib/util2
  • sonic-forest/lib/util2.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sonic-forest) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Sonic Forest

High performance (binary) tree and sorted map implementation for JavaScript in TypeScript.

Features

  • AVL tree implementation
  • AVL sorted map implementation
  • AVL sorted set implementation
  • Radix tree implementation
  • Splay tree implementation
  • Red-black tree insertion implementation