menpo / landmarker.io

Image and mesh annotation web application
https://www.landmarker.io
BSD 3-Clause "New" or "Revised" License
114 stars 21 forks source link

asset search cannot handle large asset collections #112

Closed jabooth closed 9 years ago

jabooth commented 9 years ago

Currently bringing up the asset list to search through brings the browser to it's knees as we place into the DOM all asset ids at once.

Airbnb seems to have a nice JS lib for this issue called Infinity

May be simple to switch this in for the current DOM list and fix this perf bottleneck.

jabooth commented 9 years ago

fixed in #114