An implementation of the Prospero challenge in C# (along with a little interactive visualization)
Go to file
profan 3625fce0c9 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
.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 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
Sharpero.csproj claw back some time with skip locals init 2026-05-25 11:58:51 +01:00
Sharpero.sln iNITIal commit, simd accelerated interpreter 2026-05-25 11:38:28 +01:00
Sharpero.sln.DotSettings.user 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
global.json iNITIal commit, simd accelerated interpreter 2026-05-25 11:38:28 +01:00