Open EcoFreshKase opened 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)
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.