mourner / kdbush

A fast static index for 2D points
ISC License
638 stars 69 forks source link

add export/import functionality #23

Closed derhuerst closed 1 year ago

derhuerst commented 6 years ago

The idsType/coordsType hack is really ugly. Not sure what's a better way to serialise the type of index.ids and index.coords.

callumacrae commented 5 years ago

Ooops, I didn't see this before I did basically the same thing 😂

https://github.com/mourner/kdbush/pull/25