Y
Hacker News
new
|
ask
|
show
|
jobs
by
Throw839
894 days ago
If I remember correctly, Ada was much slower compared to C. Stuff like boundary checks on arrays has a cost.
1 comments
docandrew
894 days ago
Runtime checks can be disabled in Ada. They’re useful for debug builds though!
link
Throw839
894 days ago
But that elimites purpose for Ada. Rust has better type system to deal with this.
link
_8j50
894 days ago
I thought both Ada and rust have good compile time checks for memory safety that eliminates the need for run time checks?
link