diff --git a/src/main/asciidoc/slides/en.adoc b/src/main/asciidoc/slides/en.adoc index 331e7830..aef0edb8 100644 --- a/src/main/asciidoc/slides/en.adoc +++ b/src/main/asciidoc/slides/en.adoc @@ -621,10 +621,11 @@ image::performance.png[] * Multi-thread hash in order to take advantage of the resources -* In many cases, performance are conditioned by the speed of the disk + +* In many cases, performance are conditioned by the speed of the disk -* +++By default:+++ `#thread = #core / 2` + -`-t` option to change the number of threads used (http://evrignaud.github.io/fim/#_hash_files_in_multi_thread[Details]) +* By default, the number of thread is dynamic and depends on the disk throughput + +* `-t` option to change the number of threads used (http://evrignaud.github.io/fim/#_hash_files_in_multi_thread[Details]) == Hashing process diff --git a/src/main/asciidoc/slides/fr.adoc b/src/main/asciidoc/slides/fr.adoc index 231f30ad..02c1952d 100644 --- a/src/main/asciidoc/slides/fr.adoc +++ b/src/main/asciidoc/slides/fr.adoc @@ -622,10 +622,11 @@ image::performance.png[] * Hashage en multi-thread pour utiliser au mieux les ressources -* Dans beaucoup de cas, les performances sont conditionnées par la vitesse du disque + +* Dans beaucoup de cas, les performances sont conditionnées par la vitesse du disque -* +++Par défaut :+++ `#thread = #core / 2` + -Option `-t` pour modifier le nombre de threads utilisés (http://evrignaud.github.io/fim/#_hash_files_in_multi_thread[Détails]) +* Par défaut, le nombre de thread est dynamique et dépend du débit du disque + +* Option `-t` pour modifier le nombre de threads utilisés (http://evrignaud.github.io/fim/#_hash_files_in_multi_thread[Détails]) == Processus de hashage