digitalmars.D - Re: fastSort benchmarking (was Re: Work done so far)
- bearophile <bearophileHUGS lycos.com> Jan 22 2008
Matti Niemenmaa:TyItem t, tt;
tt = (j > inf) ? v[j - 1] : 0;
Note that last line, I may need to improve it, because generally tt isn't a number. Next revision. Bye, bearophile
Jan 22 2008








bearophile <bearophileHUGS lycos.com>