HELP: Speed of dealing with huge amounts of data in VB 
Author Message
 HELP: Speed of dealing with huge amounts of data in VB

Hi,

I am using Visual Basic 3.0 for Windows to design a user interface
for application of EEG signals.

I got a lot problems of speed. First, it is slow to read the data
from the disk file; second, it is even slower to display them on the screen.
The signal involved is huge, about 21 channels and 20 minutes long.
At one single time, I want to display 16 s of signal which consists of
1024 samples. Then I'd like to have various paging facilities to move
the data around.

At the moment, I am using normal binary access to read data from disk
files and then using line statement to display them. But they are really slow
indeed. Could anyone there tell me if there are better ways of doing
this job.

Thanks very much in advance for your help.

WJ



Mon, 17 Aug 1998 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. How To write huge amount of data in to a table

2. Download huge amount of data.

3. Help: Setup Wizard makes HUGE amount of files...

4. Virtual Listview for SPEED when populating large amount of data

5. Virtual Listview for SPEED when populating large amount of data

6. Virtual Listview for SPEED when populating large amount of data

7. Virtual Listview for SPEED when populating large amount of data

8. Send huge amounts of data with freeware Huge Socket! (source code incl.)

9. Send huge amounts of data with freeware Huge Socket! (source code incl.)

10. Help with speeding up Data Access in VB 4

11. Loading large amount of data from VB Dictionary Object into SQL SERVER

12. Speed - Filling many huge combo list boxes

 

 
Powered by phpBB® Forum Software