From d012e8210cf48b8f63006fcc67070f076c40f9eb Mon Sep 17 00:00:00 2001 From: profan Date: Sun, 7 Jun 2026 18:52:03 +0100 Subject: [PATCH] shortenm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4c5f5f..5a07012 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Sharpero ---------- This is an implementation of an Interpreter/Compiler for the [Prospero](https://www.mattkeeter.com/projects/prospero/) challenge, implementing some basic optimizations including removing constants from the instruction tape, vectorization, parallelization but also optionally compiling the loop of the evaluator to [CIL](https://en.wikipedia.org/wiki/Common_Intermediate_Language) prior to invocation. -It doesn't perform any sophisticated interval-arithmetic based optimizations (... yet), it's essentially a brute-force approach. +It doesn't perform any sophisticated interval-arithmetic based optimizations (... yet), it's a brute-force approach. This program is also an interactive visualizer of the rendering process, allowing you to see exactly how it's writing the image data out, and toggle vectorization, parallel execution, compilation on/off and observe the effects on runtime.