Add description

This commit is contained in:
Brendan Zabarauskas 2012-10-30 12:35:39 +10:00
parent aac71ddc16
commit cc053d449d

View file

@ -1,3 +1,8 @@
/**
* Index operator performance test. For best results, compile with the optimise
* flag (-O). It seems like VecBufSlice is the fastest version.
*/
extern mod std;
use std::time::precise_time_ns;
use cast::{reinterpret_cast, transmute};