Hi, I am an intermediate in Rust and I am trying to write a fast brainf*** interpreter in Rust.
A problem which I've noticed is that the interpreter becomes slow when running mandelbrot.bf from the example/ of my project (took 2m 07 seconds to finish executing on my machine)
Code -> https://github.com/vs-123/bf-rs
I would appreciate any tips to improve the code
GitHub
Contribute to vs-123/bf-rs development by creating an account on GitHub.

. I don't have a computer to test on right now


