-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
slow TiffWriter performance #3480
Comments
@ebremer there have been several public reports about conversion performance. Over the last months, we have started reviewing various bottlenecks in the writing API for some specific scenarios. Ultimately some large API changes will probably be necessary to ensure
Interested to hear your feedback and whether either of these options makes a difference in your use case. |
Hi @sbesson and @ebremer, |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/bioformats-saving-with-compression-is-too-slow/20522/13 |
This issue has been mentioned on Image.sc Forum. There might be relevant details there: https://forum.image.sc/t/pyramidometiffwriter-really-bad-performance-when-closing-the-writer/95294/9 |
Closing as per #4242, the writing improvements should be included in the upcoming Bio-Formats 8 release |
with 6.3.0 (I think it's the same with earlier versions), TiffWriter performance is slow. I'm writing individual tiles out, with LZW compression. The amount of data is small, hardly and IO activity. The final file is perhaps 200MB in size but it takes nearly an hour. Now, my computer is fast 8 cores, 3800X 8-cores, 64GB RAM and a Corsair MP600 M.2 disk. I've notice this issue for some time but wanted to ask about it, knowing a little bit more about TIF file structures now, I'm not entirely sure why the tile TiffWriter performance is so slow.
The text was updated successfully, but these errors were encountered: