performant-array-to-tree
Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.
array-to-tree
Convert a plain array of nodes (with pointers to parent nodes) to a tree
symbol-tree
Turn any collection of objects into its own efficient tree or linked list using Symbol