geohash-nearby-prefix-scan-is-linear

Status: IN

GeohashIndex.nearby iterates all keys in `_index` to match prefixes, making it O(buckets) per query rather than O(1) — a deliberate simplification vs. a sorted/trie structure

Source: entries/2026/06/05/proximity-service-proximity_service.md

Depended on by

JSON