Skip to content

v4.1.0

Latest

Choose a tag to compare

@mourner mourner released this 19 May 16:15
· 1 commit to main since this release
  • Improve within and range performance (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).