Looking at the source code, it seems that the row object returned back
from pytables will always try and look up the key as name and then
revert to an index by int. If I get a numpy array back and use it in
cython code then I can index (not database index) some_numpy_array[i]
would be translated to direct c code without any overhead.

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to