image
image copied to clipboard
ImageReader::open and write_to performance issue
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.