DDMAL / Rodan

:dragon_face: A web-based workflow engine.
https://rodan2.simssa.ca/
46 stars 13 forks source link

Optimise despeckling frontend #57

Closed dellsystem closed 12 years ago

dellsystem commented 12 years ago

The slider can get extremely sluggish for the large Salzinnes images. One solution is to do the despeckling in the background so we can at least pretend that it's working quickly.

brianstern commented 12 years ago

Just optimised it somewhat, close the issue if you think it's fast enough! Otherwise...let me know!

dellsystem commented 12 years ago

Still slow, but we can speed up the video (etc) for the demo so I'll remove it from the milestone.

brianstern commented 12 years ago

Profiled despeckle, optimisations decreased average runtime of the despeckle function from 354.78ms per call to 96.645ms per call.

dellsystem commented 12 years ago

Good enough. Closing for now.