Skip to content

hogelog/fast-bf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast-bf

Where is fastest brainf**k intepreter?

It's fast-bf!

But rdebath/Brainfuck is more faster!

Isssues

Require

  • g++
  • xbyak (used by bf-jit)

Build

$ make

Usage

$ ./bf-opt-jit sample/mandelbrot.b

Description

bf-vm-opt

optimized vm implementation

bf-jit

jit compiler (x86) implementation

  • no optimization

bf-jit-opt

optimized x86 jit compiler implementation

  • fastest in these interpreters

Sample

Authors

See Also

About

fast brainf*ck intepreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages