aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index bb10952..d5384e6 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,3 @@ system, or read the contents in `docs/` in the source.
* Add exif tags to template hashmap.
* Better test coverage? (if I am not too lazy).
* Document templates.
-* Improve performance? by generating html in a separate thread, e.g. send the
- jobs to a queue in a separate thread in order to render at the same time as
- images are converted with GraphicsMagick. Not sure if it would actually
- improve performance or be worth the added complexity.