vrruiz / xisfits

Convert images from XISF to FITS
MIT License
8 stars 0 forks source link

Added a buffered reader for the file #9

Closed Razican closed 5 years ago

Razican commented 5 years ago

Using a buffered reader the reading of the file will be done in chunks, instead of operation by operation. This will reduce the amount of I/O operations, which should show an improvement in performance.

vrruiz commented 5 years ago

Excellent!