brain-web / brain-web.github.io

A permanent online space for the community to meet&matcha, work&watermelon, catch up&coffee.
https://brain-web.github.io
21 stars 10 forks source link

Move the network embedding code to a web worker #28

Closed r03ert0 closed 3 years ago

r03ert0 commented 3 years ago

The network embedding code runs on the main thread, blocking the display. We should move it to a web worker.

Additionally, the u-map algorithm used for the embedding should be able to take data incrementally, instead of recomputing the full embedding each time. That would also make the display faster!

r03ert0 commented 3 years ago

done by @xgui3783! \o/