You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make some benchmarks to compare the execution of a Brainfuck program through the Brainfuck interpreter implemented in the brainfuck_vm crate, and the proving time of the same program (i.e. execution, trace generation and proof generation with prove_brainfuck).
Benchmark programs could be a big fibonacci number, some hash function if any have been implemented in Brainfuck..
The text was updated successfully, but these errors were encountered:
Make some benchmarks to compare the execution of a Brainfuck program through the Brainfuck interpreter implemented in the
brainfuck_vm
crate, and the proving time of the same program (i.e. execution, trace generation and proof generation withprove_brainfuck
).Benchmark programs could be a big fibonacci number, some hash function if any have been implemented in Brainfuck..
The text was updated successfully, but these errors were encountered: