sunjay / rhino

Rhino Editor - Image Editor for Linux (work in progress)
GNU General Public License v3.0
2 stars 1 forks source link

Investigate Image Loading and Image Operation Performance #47

Open sunjay opened 8 years ago

sunjay commented 8 years ago

Currently, opening a long image takes a very long time. We should investigate if this is because the image library is slow, if the IPC is slow, or if the client is slow. Once the bottleneck is found, we should create issues for each problem and prioritize them. Not every issue needs to be fixed for MVP, but we should be able to load most images pretty quickly.