image icon indicating copy to clipboard operation
image copied to clipboard

ImageReader::open and write_to performance issue

Open nricciardi opened this issue 1 year ago • 0 comments

This is not pure bug (maybe). ImageReader::open and image.write_to spent a lot of time. In my Rust project (custom Markdown compiler) run 50% of the execution time despite there are only 20 images on more than 5000 line that must be parsed.

Maybe open both operations can be improved or there are inefficient algorithms behind.

nricciardi avatar Jun 29 '24 12:06 nricciardi