satvik007 / spellchecker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spellchecker

Implementing https://norvig.com/spell-correct.html in rust, go and zig.

Rust

cargo test --release -- --nocapture rustc 1.75.0 (82e1608df 2023-12-21)

147 words per second

Go

go test -v go version go1.21.4 linux/amd64

92 words per second

Zig

zig test src/main.zig -O ReleaseFast 0.12.0-dev.2341+92211135f

100 words per second

About


Languages

Language:Zig 51.1%Language:Rust 28.2%Language:Go 20.7%