Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwawaymaths
529 days ago
zig compiler does lots of things for speed that would push it well into unsafe rust, or unchecked rust (like using u32 index tags in arrays instead of pointers)
1 comments
nasretdinov
529 days ago
Even better! It would be a great opportunity for the author(s) to rewrite it in idiomatic Rust!
link
actionfromafar
529 days ago
Or idiomatic COBOL!
link
throwawaymaths
529 days ago
trades speed for safety. i like it!
link