Bf Interpreter Brainf*** interpreter optimization excercise (part 4) In this post the brainf*** interpreter is further optimized by translating the source code to an internal instruction set.
Bf Interpreter Brainf*** interpreter optimization excercise (part 3) In this part I optimize the Interpreter to run code in 43 seconds instead of 1 minute 7 seconds.
Bf Interpreter Brainf*** interpreter optimization excercise (part 2) In part 1, I looked at a reference implementation for Brainf*** and a first optimization. The execution time was reduced from 2 minutes, 16 seconds to 1 minute, 6 seconds. Now we'll look
Bf Interpreter Brainf*** interpreter optimization excercise As an excercise I wanted to make a bf interpreter in .NET Core. I wanted to see how fast I could make it go. Introduction The language we'll be interpreting is very small.