Bug 90934

Summary: PIOlib read 1 sample every N frame is broken
Product: [Applications] kst Reporter: Marc-Antoine Miville-Deschenes <mamd>
Component: datasourcesAssignee: George Staikos <staikos>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Fink Packages   
OS: Other   
Latest Commit: Version Fixed In:

Description Marc-Antoine Miville-Deschenes 2004-10-07 22:31:40 UTC
Version:           1.0 devel (using KDE KDE 3.2.3KDE 1.2)
Installed from:    Mac OS X (Fink) PackagesMac OS X (Fink) Packages
Compiler:          gcc version 3.3 
OS:                Other

As it is now, it is impossible to use the mode
"read 1 sample every N frame" with PIOlib.
It is heavily slow because KST makes a request
to read only one sample at a time.
It would be much faster to give to PIOlib a vector
of index.
Comment 1 George Staikos 2005-01-17 10:27:25 UTC
Data source is now as efficient as piolib allows it to be.  kst_fastskip_branch contains a kstrvector which takes advantage of this, and will be merged soon.