Possible for microprocessor-specific compiled executable to speed things up? How about external DSP cards or such? I'm using one of the latest, fastest Intel CPUs with 1GB RAM. When sorting nodes (reading .csv files in Random), can sort be sped up? I know I'm stretching, but it doesn't hurt to ask!
Mike
Speeding up surface creation. Hardware support?
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
Nope, never hurts to ask at all
It's been a while since I looked at the sort routine and while I do recall that it is now considerably faster than the initial version, I'm sure there are improvements that could be made. Just so we can compare notes if need be - how many points are you working with?

It's been a while since I looked at the sort routine and while I do recall that it is now considerably faster than the initial version, I'm sure there are improvements that could be made. Just so we can compare notes if need be - how many points are you working with?
Visualize Your Data
support@dplot.com
support@dplot.com
A lot!
.CSV ASCII file (uncompressed) with (X,Y,Z) columns around 5-6 MBytes. I am currently sampling (X,Y,Z) at ~ 100Hz, but I need to change to sample on change in X or Y (change sampling from time domain to displacement domain). I know this would reduce data set size and data would be ready for digital filtering. Would this "fixed spaced" data also sort faster than random?
mikeb
mikeb
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
There currently are no supported file formats that take into account evenly-spaced points (other than DPlot files, but that's no help in this case). If there was such a format, then no sorting would be necessary. Plus the plot would be drawn faster. I'll still take a look at improving sorting efficiency, but if it's no trouble for you to rearrange your data then a better long-term solution is to add a new file format. I'll try to put something together for the next release, most likely in the form of a file import plugin.
Visualize Your Data
support@dplot.com
support@dplot.com
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:

Visualize Your Data
support@dplot.com
support@dplot.com