You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Similar to [RBush](https://github.com/mourner/rbush), with the following key dif
8
8
9
9
-**Static**: you can't add/remove items after initial indexing.
10
10
-**Faster** indexing and search, with much lower **memory** footprint.
11
-
- Index is stored as a single **array buffer** (so you can [transfer](https://developer.mozilla.org/en-US/docs/Web/API/Transferable) it between threads or store it as a compact binary file).
11
+
- Index is stored as a single **array buffer** (so you can [transfer](https://developer.mozilla.org/en-US/docs/Glossary/Transferable_objects) it between threads or store it as a compact binary file).
12
12
13
13
Supports geographic locations with the [geoflatbush](https://github.com/mourner/geoflatbush) extension.
0 commit comments