[Python-Dev] idea for data-type (data-format) PEP (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Mon Nov 6 01:07:55 CET 2006
- Previous message: [Python-Dev] idea for data-type (data-format) PEP
- Next message: [Python-Dev] idea for data-type (data-format) PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Travis Oliphant wrote:
In NumPy, the data-type objects have function pointers to accomplish all the things NumPy does quickly.
If the datatype object is to be extracted and made a stand-alone feature, that might need to be refactored.
Perhaps there could be a facility for traversing a datatype with a user-supplied dispatch table?
-- Greg
- Previous message: [Python-Dev] idea for data-type (data-format) PEP
- Next message: [Python-Dev] idea for data-type (data-format) PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]