Ticket #47 (new enhancement)

Opened 10 months ago

Last modified 2 months ago

improve performance of TimeSeries __getitem__ method

Reported by: mattknox_ca Assigned to:
Priority: minor Milestone:
Component: timeseries Version:
Keywords: Cc:

Description

the getitem method does a lot of stuff internally and can be extremely slow in some cases. Ultimately, some of this code will need to be ported to the C level, but there are probably a few areas in the Python code that can be optimized first without resorting to C.

Change History

09/27/08 08:49:01 changed by mattknox_ca

  • priority changed from major to minor.