On Thu, Oct 11, 2012 at 5:56 PM, Patrick Walton <[email protected]> wrote:
> On 10/11/12 7:26 AM, Bennie Kloosteman wrote: > >> And your VT will be an array which also has bound checking so >> performance will be worse than C++. >> > > No. > > Patrick > Expanding on the No: the VT dimensions and all the indexes are known at compile-time, there is no reason to have runtime checks on them. -- Matthieu
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
