Skip to content

Commit

Permalink
📗 Slides update
Browse files Browse the repository at this point in the history
  • Loading branch information
evrignaud committed Oct 23, 2016
1 parent 0d6a67b commit 2aa8fc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions src/main/asciidoc/slides/en.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

* +++<u>By default:</u>+++ `#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

Expand Down
7 changes: 4 additions & 3 deletions src/main/asciidoc/slides/fr.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

* +++<u>Par défaut :</u>+++ `#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

Expand Down

0 comments on commit 2aa8fc6

Please sign in to comment.