Can Cython's buffer interface work with the 'array' module in Python's
standard library?  I need a growable array of floats and would like to
do some computations on them.  Converting to a NumPy array before
computation is one option, but if I can write a cython function which
can access those elements directly, this seems like a better route.
If this is possible, can someone provide a quick example?
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to