This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Description
with the new rtree.Reader, we introduced a bit of concurrency (pre-fetching+decompression of rbaskets).
we should consider starting to investigate concurrent event processing.
with the rtree.Reader.Read(f func(rtree.RCtx) error) error method, we have a way to organize such a thing, at the price of handling multiple copies of []rtree.ReadVar (and possibly, also []rleaf)