[pypy-svn] r52359 - in pypy: branch/buffer dist/lib-python dist/pypy/config dist/pypy/interpreter dist/pypy/lib dist/pypy/lib/_ctypes dist/pypy/lib/test2 dist/pypy/module dist/pypy/objspace dist/pypy/rlib

arigo at codespeak.net arigo at codespeak.net
Mon Mar 10 13:17:22 CET 2008


Author: arigo
Date: Mon Mar 10 13:17:22 2008
New Revision: 52359

Added:
   pypy/dist/lib-python/
      - copied from r52358, pypy/branch/buffer/lib-python/
   pypy/dist/pypy/config/
      - copied from r52358, pypy/branch/buffer/pypy/config/
   pypy/dist/pypy/interpreter/
      - copied from r52358, pypy/branch/buffer/pypy/interpreter/
   pypy/dist/pypy/lib/_ctypes/
      - copied from r52358, pypy/branch/buffer/pypy/lib/_ctypes/
   pypy/dist/pypy/lib/array.py
      - copied unchanged from r52358, pypy/branch/buffer/pypy/lib/array.py
   pypy/dist/pypy/lib/struct.py
      - copied unchanged from r52358, pypy/branch/buffer/pypy/lib/struct.py
   pypy/dist/pypy/lib/test2/
      - copied from r52358, pypy/branch/buffer/pypy/lib/test2/
   pypy/dist/pypy/module/
      - copied from r52358, pypy/branch/buffer/pypy/module/
   pypy/dist/pypy/objspace/
      - copied from r52358, pypy/branch/buffer/pypy/objspace/
   pypy/dist/pypy/rlib/
      - copied from r52358, pypy/branch/buffer/pypy/rlib/
Removed:
   pypy/branch/buffer/
Log:
Merge the 'buffer' branch.  The buffer interface should now be well-supported,
and the array module has a not-too-terrible performance.  The internal buffer
interface is still missing support for direct raw pointers; that would be the
next step, with the goal of reducing the number of copies of the data done for
each I/O operation.





More information about the Pypy-commit mailing list