Where is fastest brainf**k intepreter?
It's fast-bf!
But rdebath/Brainfuck is more faster!
- g++
- xbyak (used by bf-jit)
$ make
$ ./bf-opt-jit sample/mandelbrot.b
optimized vm implementation
- direct threading
- optimize some pattern
jit compiler (x86) implementation
- no optimization
optimized x86 jit compiler implementation
- fastest in these interpreters
- hello.bf (http://www.kmonos.net/alang/etc/brainfuck.php)
- mandelbrot.b, mandelbrot-huge.b, mandelbrot-titannic.b ([http://esoteric.sange.fi/brainfuck/utils/mandelbrot/](http://esoteric.sange.fi/bra infuck/utils/mandelbrot/))
- long.b (http://mazonka.com/brainf/)