- Improve
withinandrangeperformance (use a static module-level depth stack instead of allocating on every call). - Add
withinInto(x, y, r, out)method that writes results into the provided array-like container, returning write count (allocation-free radius search). Useful in performance-sensitive applications where you search by radius millions of times (e.g. clustering).