An implementation of the Prospero challenge in C# (along with a little interactive visualization)
Go to file
profan 0129200964 support running both with/without simd optionally with a (really horrible) shared codepath 2026-06-05 19:57:40 +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 iNITIal commit, simd accelerated interpreter 2026-05-25 11:38:28 +01:00
.gitignore hmm 2026-05-25 17:51:38 +01:00
Program.cs support running both with/without simd optionally with a (really horrible) shared codepath 2026-06-05 19:57:40 +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 support running both with/without simd optionally with a (really horrible) shared codepath 2026-06-05 19:57:40 +01:00
global.json iNITIal commit, simd accelerated interpreter 2026-05-25 11:38:28 +01:00