Filippo Tessarotto
Filippo Tessarotto
Could someone please fix the PR label to `kind/feature`?
That's unexpected, https://github.com/ddeboer/imap/pull/483 should already have fixed this. Can you reproduce the bug in a test?
I'm sorry I don't have Windows so I'm not able to give help on this kind of issues
Well, the nature of this library is to be efficient, and to be so is to read the next row only when the previous row has already been processed. How...
I repeat, how would you know the number of rows before reading them?
Any PR is welcome :+1:
> I'm also looking at why the library is using 500MB to read a 12MB file This library is optimized to avoid such issues, checkout https://github.com/openspout/openspout/tree/4.x/benchmarks folder. Openspout reads 300.000...
The number of calls has nothing to do, as far as I can tell, with the occupied RAM. Please add your Excel file and your script to the benchmarks to...
> As I understand your explanation above, you have multiple concurrent runs in parallel within the same application process - how ever that is achieved. How would resetting the state...
> In the meanwhile, I have no problem at all with implementing your "reset the Singleton after the run" suggestion. Please let me know if you would like to send...