hehe, understood.

For anyone else who wants to see two tests in action...
Code:
alias tok {
  var %a $ticks
  tokenize 32 $str($+(a,$chr(32)),400)
  while $0 {
    tokenize 32 $2-
  }
  echo -a $calc($ticks - %a)
}
alias tok2 {
  var %a $ticks,%b 400
  while %b {
    dec %b
  }
  echo -a $calc($ticks - %a)
}


These two essentially do the same thing, whereas the first got the best score of 171ms, the second 15ms.

Anyway.. I forgot what this thread was about.. :P


You won't like it when I get angry.