From bbbdb86ef1d720adc49214bb1fdec902c1b12170 Mon Sep 17 00:00:00 2001 From: Ivan Smirnov Date: Tue, 4 Jan 2022 01:58:27 +0300 Subject: [PATCH] Readme update re: benches --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7bc6839..6aa1d56 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ qoi-c 4389.75 5524.18 283.5 225.3 qoi-fast 3026.68 4304.26 411.2 289.2 ``` +Benchmarks have also been run for all of the other Rust implementations +of QOI for comparison purposes and, at the time of writing this document, +this library proved to be the fastest one by a noticeable margin. + ### `no_std` This crate supports `no_std` mode. By default, std is enabled via the `std`