I love the index function and promote the internal use of PyTables at my 
company.  The availability of a indexed method to speed the search is the main 
reason why.

We are a mixed shop using c++ to create H5 (just for the raw speed …  need to 
keep up with streaming data)  End users start with python pyTables to consume 
the data.  (Often after we have created indexes from python 
pytables.col.col1.createIndex())

Sometimes the users come up with something we want to do thousands of times and 
performance is critical.  But then we are falling back to c++ We can use our 
own index method but would like to make dbl use of the PyTables index.

I know the python table.where(   is implemented in C.

Is there a way to access that from c or c++?    Don’t mind if I need to do work 
to get the result I think in my case the work may be worth it.


________________________________

    Jim Knoll
     Data Developer

     Spot Trading L.L.C
     440 South LaSalle St., Suite 2800
     Chicago, IL 60605
     Office: 312.362.4550
     Direct: 312-362-4798
     Fax: 312.362.4551
     jim.kn...@spottradingllc.com
     www.spottradingllc.com<http://www.spottradingllc.com/>

________________________________

The information contained in this message may be privileged and confidential 
and protected from disclosure. If the reader of this message is not the 
intended recipient, or an employee or agent responsible for delivering this 
message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this communication in error, please notify us 
immediately by replying to the message and deleting it from your computer. 
Thank you. Spot Trading, LLC


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to