Update README.md

added link to benchmarks
This commit is contained in:
teridax 2023-06-18 09:56:07 +00:00 committed by GitHub
parent 5fb4da0cad
commit 6f2c6ce7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -80,3 +80,7 @@ The library can only handle png files through the `png` crate. Note that not all
will cause functions to return error values. will cause functions to return error values.
## Memory usage ## 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. 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