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

groot/rtree: introduce concurrent event processing #716

@sbinet

Description

@sbinet

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions