commit 7e35b78331d9f0b3fc7fcdcc9729ab7e1f49e715
Author: Mattias Andrée <[email protected]>
Date:   Wed Jan 25 02:53:23 2017 +0100

    blind: advantages: parallel and distributed rendering
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/tools.suckless.org/blind/index.md 
b/tools.suckless.org/blind/index.md
index 3283f25..09f9a85 100644
--- a/tools.suckless.org/blind/index.md
+++ b/tools.suckless.org/blind/index.md
@@ -123,6 +123,12 @@ Rationale
   the user can use Make to only rerender parts that have
   been changes.
 
+* It's possible to distribute the rendering to multiple
+  computers, without any built in functionality for this,
+  for example using a distributed Make.
+
+* Parallelism is added for free.
+
 * No room for buggy GUIs, which currently is a problem on
   the large video editors for Linux.
 


Reply via email to