Erica Kovac
Erica Kovac
These (incomplete) patches introduce a couple of improvements to [jtsiomb/kdtree](https://github.com/jtsiomb/kdtree) that wound up being necessary for use in [IVPR/Weave](http://github.com/IVPR/Weave). - Unwound recursion in `insert_rec` and `clear_rec` - Added new recursionless...
It is currently possible to efficiently transfer ArrayBuffers to and from WebWorkers using transferables. https://developer.mozilla.org/en-US/docs/Web/API/Transferable https://developers.google.com/web/updates/2011/12/Transferable-Objects-Lightning-Fast?hl=en In this way it might yield a responsiveness/apparent performance improvement to do compression and...