[pypy-commit] pypy default: use memcpy one more time in array.__delslice__ for extra speediness

2012-10-21 Thread Justin Peel
Author: Justin Peel Branch: Changeset: r58351:4ffa41843837 Date: 2012-10-21 23:35 -0600 http://bitbucket.org/pypy/pypy/changeset/4ffa41843837/ Log:use memcpy one more time in array.__delslice__ for extra speediness diff --git a/pypy/module/array/interp_array.py b/pypy/module/array

[pypy-commit] pypy default: speed up deleting a simple slice (step=1) of an array.array by a generous order of magnitude. Also add more tests for deleting slices of an array.array.

2012-10-21 Thread Justin Peel
Author: Justin Peel Branch: Changeset: r58349:aa1ab56ff708 Date: 2012-10-21 19:27 -0600 http://bitbucket.org/pypy/pypy/changeset/aa1ab56ff708/ Log:speed up deleting a simple slice (step=1) of an array.array by a generous order of magnitude. Also add more tests for deleting slices