parent
5fb4da0cad
commit
6f2c6ce7aa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue