Re: [Python-Dev] Alternative Python VM

2007-02-16 Thread Brett Cannon
On 2/14/07, Sokolov Yura <[EMAIL PROTECTED]> wrote: > It could be interesting. > > """ > - pyvm is * 2 times * faster than Python 2.4. In the source code there > is a collection of benchmarks which includes 65 python scripts collected > from the internet. At average if Python 2.4 needs 24 hours t

[Python-Dev] Alternative Python VM

2007-02-16 Thread Sokolov Yura
It could be interesting. """ - pyvm is * 2 times * faster than Python 2.4. In the source code there is a collection of benchmarks which includes 65 python scripts collected from the internet. At average if Python 2.4 needs 24 hours to do some job, pyvm can do it in 12 hours. - pyvm is a vir