Download Latest Version v4.5.0 source code.tar.gz (26.8 kB)
Email in envelope

Get an email when there's a new version of Flatbush

Home / v4.5.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-08-09 399 Bytes
v4.5.0 source code.tar.gz 2025-08-09 26.8 kB
v4.5.0 source code.zip 2025-08-09 29.1 kB
Totals: 3 Items   56.3 kB 1
  • For search, pass item bounding box values to filterFn (#68), enabling the following pattern where a function is used to handle results instead of an array of ids:

    :::js index.search(10, 10, 20, 20, (i, x0, y0, x1, y1) => { console.log(Item found: ${items[i]}, bbox: ${x0} ${y0} ${x1} ${y1}); })

  • Up to 20% faster k-nearest-neighbors queries on large k numbers.

Source: README.md, updated 2025-08-09