From f824bef0e78e51c985c2333c400c6741782db2d0 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 17 Jan 2023 20:30:27 +0100 Subject: update README --- README.adoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 57a7759..8636e74 100644 --- a/README.adoc +++ b/README.adoc @@ -51,15 +51,16 @@ files: === MULTITHREADING -PNG compression takes up a big part of the heatmap generation. By default, -`hittekaart` will parallelize this process using a sensible default, using as -many threads as you have CPU cores. +Heatmap generation involves some CPU intensive parts, namely the parsing of the +GPX files and the PNG compression. Especially the latter takes up a big part of +the heatmap generation. By default, `hittekaart` will parallelize those +processes, by default using as many threads as you have CPU cores. If you want to limit the number of threads that will be used, for example because you want to run the heatmap generation in the background, use the `--threads` option. Setting a thread count of 0 will use the default behaviour of using all cores, while setting it to any other number will use that many -threads. +threads. The setting `--threads=1` effectively disables multithreading. === ZOOM LEVELS @@ -212,7 +213,7 @@ https://gitlab.com/dunj3/hittekaart/-/issues or via email (see below). == AUTHOR -Daniel Schadt - contact me electronically with my first name (in lowercase) at +Daniel Schadt - contact me electronically with this project's name at kingdread.de == COPYRIGHT -- cgit v1.2.3