[Kst] [Kst-plot/kst] ec4353: Cleanup the ugly hack and get proper status feedba...

Peter Kümmel syntheticpp at gmx.net
Wed Dec 4 21:39:15 UTC 2013


On 04.12.2013 22:27, Nicolas Brisset wrote:
> Hi Ben,
>
> I'll have to try it again, I don't remember the options. I think I had to use "Limit buffer size" and I could not always load all vectors. This probably depends on the amount of RAM you have, you have to take into consideration that each vector takes 3.2 GB (around 400 million samples * 8 bytes for each double value)!
> Loading the file takes between 6 and 10 minutes on the PCs I have, indeed the progress bar makes a huge difference: you know that it's not crashed! It slows down towards the end of the file, I don't exactly know why. Something for Barth to look at the next time he wants to play with valgrind :-)
> It is more stable under Linux, but I definitely got it to work under Windows.
> Painting on the other hand is quite fast with ca 30 s to paint the whole range.
>
> Nicolas
>

The bug doesn't depend on the thread flag, something goes wrong
while searching for rows which is single threaded.
ATM I looking at it.

BTW, while seeing "all rows in the file have equal length"
the scanning for rows could be much faster, and I mean faster:
instead of minutes just a microseconds, files size divided by rowlength.

Peter


More information about the Kst mailing list