Files
ladybird/Userland/Libraries/LibCompress/Deflate.cpp
Nico Weber dfb45705e6 LibCompress: Make DeflateCompressor::write() use loop, not recursion
This is performance-neutral, but Instruments.app had a hard time
visualizing the very deeply nested stack frames here.

No behavior change.
2023-03-13 06:32:56 +00:00

38 KiB