Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed Jun 4, 2024
1 parent d08efd4 commit 1bfa084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ https://brainfuck_interpreter.tbmc.ovh/
## What is this project?

Initially this project is a Brainfuck interpreter written in Rust.

Now it is still a Brainfuck interpreter, but it is written in Go and the front is written in Svelte.
Both communicate with websockets.

Expand Down Expand Up @@ -76,7 +77,7 @@ It is in folder `rust`.
## Golang

An implementation of the interpreter is done in Go.
The Go implementation is 3x faster than the Rust implementation.
The Go implementation is 3x faster than the Rust implementation due to technical limitations in the implementation of the one written in Rust and that I am not a Rust expert.

## Dev

Expand Down

0 comments on commit 1bfa084

Please sign in to comment.