curiousleo / cqengine-phtree

PhTree indices for CQEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cqengine-phtree

Build Status

PhTree indices for CQEngine.

Features

This Java library provides CQEngine-compatible spatial queries and indices for points and rectangles with an arbitrary number of dimensions.

The Cube and Sphere query classes can be used on Point attributes. PhTreeIndex is a CQEngine index that supports these point queries efficiently.

The Inclusion and Intersection classes can be used on Rectangle attributes. PhTreeSolidIndex is a CQEngine index that supports these rectangle queries efficiently.

Performance

Run the JMH benchmark suite as follows:

bazel run //javatests/com/github/curiousleo/cqengine/phtree/benchmark

About

PhTree indices for CQEngine

License:Apache License 2.0


Languages

Language:Java 86.7%Language:Starlark 11.9%Language:Shell 1.4%