diff options
author | Marvin Borner | 2024-04-07 14:40:15 +0200 |
---|---|---|
committer | Marvin Borner | 2024-04-07 14:40:15 +0200 |
commit | 4fa7012e03e09fa62bd0080f2c7bfbf02b00a6ca (patch) | |
tree | 6d4b1b58b9d94fceb75205799a3e0a8b38e4c615 /readme.md | |
parent | a1f6a09fa186de278ef947977c546c5c7870b8da (diff) |
Experiments with parallel reduction workers
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
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 |