the fastest* brainfuck interpreter for the C3 programming language (*afaik)
  • Brainfuck 99.3%
  • C 0.6%
Find a file
2025-05-21 13:25:39 +12:00
files add files 2025-05-20 10:50:34 +12:00
src 200ms, all it took was a single new instruction 2025-05-20 10:50:21 +12:00
.gitignore add c interpreter & speed up jump table method to double the other 2025-05-15 00:25:27 +12:00
bf.c reorganise 2025-05-19 09:56:26 +12:00
flake.lock down to 3.5 seconds for hanoi.b 2025-05-19 13:27:45 +12:00
flake.nix initial commit 2025-05-14 21:45:05 +12:00
LICENSE initial commit 2025-05-14 21:45:05 +12:00
project.json initial commit 2025-05-14 21:45:05 +12:00
README.md readme 2025-05-21 13:25:39 +12:00

bf-c3

the fastest c3 interpreter I could write without using static analysis to fold expressions into constants.

can execute files/hanoi.b in 200ms, compared to 5sec for bf.c and 7sec for https://github.com/Book-reader/brainfrick-c