Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Microsoft .Net & .Net Compact Framework
 QCChart2D and QCChart2D CF (VB and C#)
 System.Data.DataSet?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

chadb

6 Posts

Posted - 22 Nov 2003 :  02:11:11  Show Profile  Reply with Quote
ok, one more :)

Any chance you will be adding the option to consume data from a System.Data.DataSet object instead of having to duplicate the data in memory?
This would save me a lot of time/memory since I have to keep the System.Data.DataSet's around for other reasons anyway.

Thanks,

Chad

quinncurtis

1164 Posts

Posted - 22 Nov 2003 :  10:25:33  Show Profile  Reply with Quote
Probably not. Here is our logic.

The internal structure of our datasets is designed to be dynamic, unlimited in size, and fast. You can add and delete rows and columns anywhere in a dataset at maximum speed. Data is always accessed in a manner consistent with the underlying memory structure. Writing a general interface that would support some other structure would negate many of these features, which we find critical in interactive graphics.

Given the trade-off between memory and speed, users will always choose speed. For those applications that plot only a few thousand data points, the redundancy in the data is only 1/100 of 1% of the amount of free memory. For those applications that plot hundreds of thousands of data points, it is critical that data is accessed in the most efficient manner in order to keep the real-time performance of the package high.




Go to Top of Page

chadb

6 Posts

Posted - 23 Nov 2003 :  00:30:44  Show Profile  Reply with Quote
that's fair - thanks for the detailed reply.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07