more TODO notes on niftiload

This commit is contained in:
John Cupitt 2018-07-02 15:15:37 +01:00
parent 06e8d1d523
commit 294104da32
1 changed files with 8 additions and 2 deletions

View File

@ -37,8 +37,14 @@
*/
/* TODO
* - for uncompressed images, we could offer direct mapping of the input
* - could stream the image perhaps?
*
* - for uncompressed images, we could do direct mapping of the input
* - perhaps we could stream compressed images? but only if ext is defined at
* the start of the file
* - we could use the much faster byteswap in glib?
* - I have not been able to test the ext stuff :(
*
* There should be at least a x2 speedup possible.
*/
#ifdef HAVE_CONFIG_H