clarisma/gol-tool

Simplify rtree traversal by using stricter pointer spec

clarisma opened this issue · 0 comments

  • Root always points to KeyIndexBucket
  • KeyIndexBucket always points to a branch, never a leaf

This requires minimal space overhead for indexes with few features, but simplifies tree traversal.

This change would make older GOLs incompatible.