xavieran / fLaCPGA

Implementation of fLaC encoder/decoder for FPGA
27 stars 6 forks source link

FileReader is SLOW #3

Open xavieran opened 8 years ago

xavieran commented 8 years ago

Make FileReader buffer data instead of calling fread once at a time.

xavieran commented 8 years ago

https://github.com/xavieran/fLaCPGA/commit/37e3651bf81a356cffa830ba1b3c316a0b031895 provides an initial start to this.