On 04/08/2012 04:52 PM, Mic wrote:
Hello,
Thank you it is working. I created a writing and reading benchmark. In
both cases Python is about 3 times faster than Rust.

I'd bet it's due to allocating too many vectors and copying vectors. We tend to get killed in vector allocation performance due to the fact that all vectors are unique and on the heap. This is what Graydon's work should alleviate.

Patrick
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to