top | item 38853526

(no title)

Throw839 | 2 years ago

If I remember correctly, Ada was much slower compared to C. Stuff like boundary checks on arrays has a cost.

discuss

order

docandrew|2 years ago

Runtime checks can be disabled in Ada. They’re useful for debug builds though!

Throw839|2 years ago

But that elimites purpose for Ada. Rust has better type system to deal with this.