Am 21.10.2019 um 18:09 schrieb Esteban R:
I have tried with v 2.0.18. It still contains a call to file.length() in the following if:if (fileLen != raf.length() || fileLen != file.length()) Performance has improved compared with v.2.0.17 but is still slower than v.2.0.16, so I have also tried commenting out the call to file.length (v 2.0.18-patched): if (fileLen != raf.length() /* || fileLen != file.length() */ ) That improved the performance back to the values of v 2.0.16.
Thanks for the test, I have committed the modification in 2.0 as suggested. Tilman --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

