> On Jun 16, 11:38 pm, Eric Wong <
normalper...@gmail.com> wrote:
>
> > testing online reduce
>
> NJOBS=32 NPARTS=128 (read/write):
> real 7:29.7
> user 2:17:05.2
> sys 22:16.3
I guess this is the best I could do tonight. I'm pretty definitely I/
O-bound
at this point but the extra context-switch from using pthreads I/O
does't work so well. Maybe I'll look into using mmap properly, to
do I/O, since whatever I'm doing with mmap doesn't seem to be
working...
This was 0cfa5afe23f08f2077700df7ca408d5c4051faea from my git repo