Tommi Prami 130 Posted August 30, 2022 Hello, QP here: https://quality.embarcadero.com/browse/RSP-38978 If you care, vote and or comment. -Tee- Share this post Link to post
Alexander Sviridenkov 357 Posted August 30, 2022 I made a simple wrapper for libdeflate and test its speed compared to default Delphi Zip library. Test performs compression and decompression of 1Mb XML file. Libdeflate is 3.4 times faster than Delphi ZLib (Delphi 11, Win64). 1 Share this post Link to post
Tommi Prami 130 Posted August 31, 2022 16 hours ago, Alexander Sviridenkov said: I made a simple wrapper for libdeflate and test its speed compared to default Delphi Zip library. Test performs compression and decompression of 1Mb XML file. Libdeflate is 3.4 times faster than Delphi ZLib (Delphi 11, Win64). Sweet, could you publish code to QP as a starting point, and/or report your findings there? -Tee- Share this post Link to post
zed 14 Posted August 31, 2022 My wrapper: https://github.com/zedxxx/libdeflate-pas 1 Share this post Link to post