sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 7e35b78331d9f0b3fc7fcdcc9729ab7e1f49e715
parent 4cd0c563d5473da76dc8e456fbb0ed901065f335
Author: Mattias Andrée <maandree@kth.se>
Date:   Wed, 25 Jan 2017 02:53:23 +0100

blind: advantages: parallel and distributed rendering

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Mtools.suckless.org/blind/index.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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.