Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

oaplatform/oap-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oap-tree

Build K-D balanced read-only tree with optimizations, for example pruning data based on mix-max.

Two implementations:

  • Abstract tree works only with Long (faster)
  • Typed tree can convert Object to Long or vise versa