nasa-jpl / LiveViewOpenCL

Open Source real-time visualization tools for Imaging Spectrometer development
GNU General Public License v3.0
36 stars 21 forks source link

Potential Optimization: Apply XOR and run-length encoding #28

Closed jackiryan closed 5 years ago

jackiryan commented 5 years ago

A fellow JPL-er suggested some simple things that could help speed up the data processing and the plotting in LiveView, taken from optimizations used in the old 16-bit Commodore Amiga days...

jackiryan commented 5 years ago

Looks like this did not provide much of a speed-up on the MPSoC. Most of the time is spent in the replot function...