Skip to content
/ tree-mod Public

Useful actions on trees comprised of java.util.Map and java.util.List, and a JSON implementation thereof

License

Notifications You must be signed in to change notification settings

erav/tree-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Useful actions on trees comprised of java.util.Map and java.util.List, and a JSON implementation thereof

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages