Added benchmarking code and updated TODO master
authorRicardo Zanmar <rzanmar@gmail.com>
Tue, 28 Jun 2011 08:12:58 +0000 (10:12 +0200)
committerRicardo Zanmar <rzanmar@gmail.com>
Tue, 28 Jun 2011 08:12:58 +0000 (10:12 +0200)
commit1dbdeb527aa6fe3a8fb1362c20d5fdb138183779
treec2c1421160c06e23827e88d3d0da213f10412828
parent37118bc2f1a25f3805d6e7be203b3265790d7200
Added benchmarking code and updated TODO

I thought of a way to improve the performance on flat images where the
maximum bin is towards the end of the histogram. Bi-search. Images where
the minimum is towards the end of the minum take less than a second to
load. Flat images take one second more (100%) worst.
loader_fits.c