EcoFreshKase / gene-zip

11 stars 0 forks source link

Conversion Multithreading #6

Open EcoFreshKase opened 1 year ago

EcoFreshKase commented 1 year ago

Conversion of files could be multithreaded maybe someday to improve performance.

Testing for large files is necessary to determine if it is even necessary to multithread the conversion.

EcoFreshKase commented 1 year ago

Tested the encoding of larger files (~1MB). To be kind. It was slow. I have not looked for possible causes but the problem might be in the conversion between bytes and strings that happens A LOT in the encoding of files. (see here)