An implementation of the Prospero challenge in C# (along with a little interactive visualization)
Go to file
profan b654e46f69 wooe 2026-06-06 23:37:43 +01:00
.idea/.idea.Sharpero/.idea implement basic constant folding, eliminating around 17 % of the instructions from the hot loop and folding it into the instructions 2026-05-31 17:19:15 +01:00
Programs some cleanup 2026-06-06 22:02:02 +01:00
.gitignore hmm 2026-05-25 17:51:38 +01:00
Program.cs wooe 2026-06-06 23:37:43 +01:00
Sharpero.csproj add raylib based interactive visualization of the rendering 2026-06-04 23:49:15 +01:00
Sharpero.sln iNITIal commit, simd accelerated interpreter 2026-05-25 11:38:28 +01:00
Sharpero.sln.DotSettings.user implement optional compilation of inner loop to CIL, unrolling the loop into a number of functions we invoke 2026-06-06 20:49:12 +01:00
global.json iNITIal commit, simd accelerated interpreter 2026-05-25 11:38:28 +01:00