Open Sourcing Quick Tree — A Fast JS Tree Library
Check out the JS library at — https://www.npmjs.com/package/quick_tree
Quick Tree is a JS library that can help you build an M-ary Tree and perform operations on it.
While working on an optimization effort for a legacy project, I struggled to find a JS library which was general and fast enough that could model a tree, so I wrote this small library as part of those enhancements.
Using this library, you can model a file system, traced hierarchical tasks, and all the binary tree applications.