ladybird/Userland/Libraries/LibImageDecoderClient
Andreas Kling 3b9f110161 LibWeb+LibImageDecoderClient: Reuse ImageDecoder service process
The overhead from spawning a new ImageDecoder for every decoding job is
way too large and causing other problems as well (#5421)

Let's keep the same decoder open and reuse it as long as it's working.
2021-02-20 11:37:55 +01:00
..
Client.cpp LibWeb+LibImageDecoderClient: Reuse ImageDecoder service process 2021-02-20 11:37:55 +01:00
Client.h LibWeb+LibImageDecoderClient: Reuse ImageDecoder service process 2021-02-20 11:37:55 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00