Re: [pypy-dev] use as benchmark pypy vs python if you please

2015-09-11 Thread Phyo Arkar
i am just testing a n_queen solver, yesterday with 2.6.1 vs Nodejs. The code i tested is from https://github.com/chaddotson/puzzles But pypy is much faster as nqueen grows . And it is 40% faster than nodejs. In smaller numbers < 10 it is slower but it has to do with JIT Warmup right? (pypy-cu

Re: [pypy-dev] use as benchmark pypy vs python if you please

2015-09-11 Thread Phyo Arkar
Forgot to add , they are different code and there is no Set operation , so might not be related. ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev