Skip Montanaro wrote:
Take a look around for Marc Andre Lemburg's pybench suite.
Thanks! Although pybench needs module.re and module.pickle,
so I'll post results later. Moreover, I have similar tests.
I'd prefer scripts that do *real* calculations.
Stelios
--
http://mail.python.org/mailman/list
coffeebug wrote:
Newbie here ("new" to the language and scripting in general).
I'm trying to figure out what you mean by bytecode. Do you mean
a virtual python environment that can be hosted by any anonymous
operating system? For example, you want to run Python programs on
BEOS so you crank up i
Stelios> I'm collecting small testlets to benchmark it, discover
Stelios> bottlenecks and improve it. They should be small and not use
Stelios> any crazy modules. Only [sys, os, itertools, thread,
Stelios> threading, math, random] for now.
Take a look around for Marc Andre Lembu
Hi Stelios,
Newbie here ("new" to the language and scripting in general).
I'm trying to figure out what you mean by bytecode. Do you mean
a virtual python environment that can be hosted by any anonymous
operating system? For example, you want to run Python programs on
BEOS so you crank up its ve
Hi.
pyvm is a program that can run python 2.4 bytecode and most
of the times produce the expected output. See
http://students.ceid.upatras.gr/~sxanth/
I'm collecting small testlets to benchmark it, discover bottlenecks
and improve it. They should be small and not use any crazy modules.
On