so what was your final speedup?
has anyone tried pypy? i installed it last month, planning to test the speed,
but (as too often these days) ended up being distracted by somethinhg else
(the code i did try pypy on was actually slower than python by quite a bit,
which was a big surprise).
andrew
> --
> You received this message because you are subscribed to the Google Groups "lepl" group.
> To post to this group, send email to le...@googlegroups.com.
> To unsubscribe from this group, send email to lepl+uns...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/lepl?hl=en.
>
performance test code is in lepl._performance and typically isn't unit tests,
but a "main" method that you can edit to print a timing to the command line,
or to generate profiler output. but because they are not tests they are not
run regularly and so may be broken (i just tried one and it was using "Float"
instead of "Real" for example).
but i'm explaining all that just in case it's any use for you. i don't think
it would help me much as the latest code has changed so much (and is still in
development). but this is something to add to the list of things to look at.
in general i'm not spending much time on lepl at the moment because (1) it
seems to be stable as it is (2) the changes i am doing are a lot of work and
(3) i'm side-tracked by a bunch of other projects.
cheers,
andrew