From 6f2c6ce7aad900818a09d75b33cf67b574ea7bcd Mon Sep 17 00:00:00 2001 From: teridax <72654954+Servostar@users.noreply.github.com> Date: Sun, 18 Jun 2023 09:56:07 +0000 Subject: [PATCH] Update README.md added link to benchmarks --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c0549b..9dabab5 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,8 @@ good enough for most cases. The library can only handle png files through the `png` crate. Note that not all colortypes are supported. Due to the poor capabilites of the crate pngs with indexed palettes are not functional will cause functions to return error values. ## Memory usage -The database won't hold all images in ram at the same time. They are loaded on demand when calculating features for them. This may cause increased disk usage but will prevent ram overcommitment. \ No newline at end of file +The database won't hold all images in ram at the same time. They are loaded on demand when calculating features for them. This may cause increased disk usage but will prevent ram overcommitment. + +Benchmark results for system with 12 threads (i5-10400) can be found here: +[Benchmarks](https://cloud.montehaselino.de/s/53d4tfpAjeYgysS) +If you encounter issues with this link contact admin@teridax.de