[rust-dev] Rust on CodeBunk

2014-09-26 Thread Yousuf Fauzan
Hi Guys, Just wanted to let you all know that CodeBunk (http://codebunk.com) now supports Rust. Do check it out. -- Yousuf Fauzan CodeBunk CodeBunk provides a Realtime Collaborative Editor with Compile/Run and REPL shells. CodeBunk is an Online Compiler/Interpreter for *Rust*, R, Coffeescript, S

Re: [rust-dev] Timing vector inserts

2014-09-26 Thread François-Xavier Bourlet
with i32 for rust: (I am on x86_64) ==> vector_grow_c.csv <== 10,4.741286 ==> vector_grow_rust.csv <== 10,3.147506 ==> vector_grow_rust2.csv <== 10,3.153482 On Thu, Sep 25, 2014 at 9:30 PM, Clark Gaebel wrote: > Another problem I noticed is that the elements in the vect