search for: 267418

Displaying 2 results from an estimated 2 matches for "267418".

2006 Nov 21
3
RAID benchmarks
...+ to run the benchmarks, and here are the initial results we got: Output Input RAID "Per Chr" "Block" "Per Chr" "Block" RAID6 34628, 97983, 23316, 39077 RAID5 39559, 32715, 32036, 52231 RAID10 38816, 229062, 40645, 267418 I assume that mail running maildir (as we intend to do) is somewhere between writing one char at a time and writing huge blocks to fill 4g files. Since the Per Chr values seemed to have maxed out the CPU and we'll have 4 cores available, I tried the same thing running 4 copies of bonnie at...
2001 Sep 23
1
more about outer
this is my current answer to my own question. should we have such a funcion in a more general version (i.e. with an arbitraty number of argument lists, for n-ary functions) in the core language? myouter<-function(x,y,fun){ t(sapply(x,function(arg1) sapply(y,function(arg2) fun(arg1,arg2)))) } -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list --