Add description
This commit is contained in:
parent
aac71ddc16
commit
cc053d449d
1 changed files with 5 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue