Fri Jan 22, 2010 7:18 am |
Replies: 6 |
Views: 6904 |
|
|
in this case, i didn't expect any optimization, but at least the same runtime. the difference are 15 sec.!
How about timing each particular operation instead of together? e.g.
$loops = $argv ...
|
Fri Jan 22, 2010 3:14 am |
Replies: 6 |
Views: 6904 |
|
|
You're trying to check performance in a small loop with instructions that are probably already highly optimized in PHP itself. So there probably isn't any further optimization any encoder can do for t ...
|
Fri Jan 15, 2010 9:42 am |
Replies: 6 |
Views: 6904 |
|
|
I'm trying to decide on which Php Encoder/Licensing software to use and basically it's seems to be between NuSphere and one other software, unnamed since the TOS doesn't allow talking about third part ...
|