node-ejs-renderer/node_modules/sonic-forest
2024-06-09 13:55:01 -04:00
..
lib Main initial commit 2024-06-09 13:55:01 -04:00
LICENSE Main initial commit 2024-06-09 13:55:01 -04:00
package.json Main initial commit 2024-06-09 13:55:01 -04:00
README.md Main initial commit 2024-06-09 13:55:01 -04:00

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