Hacker News new | ask | show | jobs
by ajeetdsouza 683 days ago
This is really well-written!

Shameless plug: you may want to check out Loxcraft: https://github.com/ajeetdsouza/loxcraft

I too followed the path of "ignore safe Rust for maximum performance". It got pretty close to the C version, even beating it on some benchmarks.

1 comments

Nice, thanks for sharing. Definitely gonna look into how you do it, I couldn't get as close to clox like you did