| Name | Modified | Size | Downloads / 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 tofilterFn(#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
knumbers.