From 4fa7012e03e09fa62bd0080f2c7bfbf02b00a6ca Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 7 Apr 2024 14:40:15 +0200 Subject: Experiments with parallel reduction workers --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c4eaee6 --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +# Lambda Screen + +See the accompanying [blog +post](https://text.marvinborner.de/2024-03-25-02.html) for more +information. + +## Implementation + +- WebGL for drawing the squares +- 1 Webworker for handling paint requests +- 4 Webworkers for reducing top-left, top-right, bottom-left, and + bottom-right terms (using 4 priority queues) +- Currently no higher-order reduction +- No libraries -- cgit v1.2.3