Hi,
I am looking at scikit as an app for prototyping a Python module that
exposes an array-like object I am developing. I was going through the
Cython files and see that a lot of places, the raw data buffer of numpy are
accessed by accessing the c-field (i.e. "data" field) exposed through the
cython/numpy interface. I am a relative newbie to cython, but from my
understanding using typed memoryview (
http://docs.cython.org/src/userguide/memoryviews.html#memoryview-objects-and-cython-arrays)
is the recommended way of accessing data in an array object. I was
wondering if this was done due to legacy reasons, or performance reasons?
For me to evaluate my array object interface, I am thinking of changing
scikit to use the typed memoryview. If there is interest in this, I can
push this change to scikit. Any comments about why this would not be a good
idea are deeply appreciated.
Thanks,
--
Mahesh
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general