Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 658 Bytes

File metadata and controls

16 lines (12 loc) · 658 Bytes

tree-mod

snapshot jar and sources

Useful actions on trees comprised of java.util.Map and java.util.List, and a JSON implementation thereof. Two basic pass modes are available:

  • depth-first traversal of all nodes in the tree
  • navigation of specific branches\path in the tree

For each pass modes relevant actions are available. For example:

  • removal of nodes
  • retainment of specified branches
  • branch finder
  • replicating parts of a tree

Currently being used in production on a distrubted big data server serving more than 1.3 billion users.