Bug 90934 - PIOlib read 1 sample every N frame is broken
Summary: PIOlib read 1 sample every N frame is broken
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: datasources (show other bugs)
Version: 1.x
Platform: Fink Packages Other
: NOR normal
Target Milestone: ---
Assignee: George Staikos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-07 22:31 UTC by Marc-Antoine Miville-Deschenes
Modified: 2005-01-17 10:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.