[nearest] Use v-p trees for better performance? #44
Labels
Help Welcome
Extra attention is needed
Nice to have
Things that are not essential to the library, but would be nice to have.
Use a v-p tree to index() a set of colors based on a specific difference() to enable queries of the type: what are the closest colors in the index to a given color?
Reference: http://pnylab.com/papers/vptree/main.html
Example JS implementation: https://github.com/fpirsch/vptree.js
The text was updated successfully, but these errors were encountered: