Version 2, last updated by Thinker Li at January 16, 2009 22:26 UTC

buffer_ops is a set of operators for Simple Buffer Interface of Python. It permits low level high-performance computing for massive data (SIMD). With Simple Buffer Interface and buffer_ops, memory copying can be avoided/reduced. It is feasible for simple computation on massive data and numpy is too heavy for the application.

Repository:
Mercurial Repository