summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-05 19:28:37 -0400
committerpommicket <pommicket@gmail.com>2023-09-05 19:35:05 -0400
commit6d9d77638172a50c1fa349f8f81ed5a951e4716b (patch)
tree13ddcbb7c1d817492e6c52295b9af56d22ff4c14 /README.md
parent763b9caabb250a80c59f1f7ea34a76522d098692 (diff)
small optimization
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index c697fbf..551251e 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,11 @@ A `pre-commit` git hook is provided to run `cargo fmt` and `cargo clippy`. You c
ln -s ../../pre-commit .git/hooks/
```
+## Performance
+
+Benchmarks (see `cargo bench`) show that `tiny-png` is about 50% slower than `png`
+for large images, but faster than `png` for small images.
+
## License
> Zero-Clause BSD