A
Ali Chambers
Hi,
I'm creating a VB.NET stock market application that Iprocesses stock
market price data in
VB.NET 2005 Express.
Price data is held in "double" floating point array, eg:-
highprice(0-9999) and comparisons are done between highprice(0-9999)
and lowprice(0-9999).
I'm using arrays in memory for this, however suggestions on this group
have said that either hashtables or arraylists would be better for
performance.
Does anyone have any experience with the speed performances here?
Thanks,
Alex
I'm creating a VB.NET stock market application that Iprocesses stock
market price data in
VB.NET 2005 Express.
Price data is held in "double" floating point array, eg:-
highprice(0-9999) and comparisons are done between highprice(0-9999)
and lowprice(0-9999).
I'm using arrays in memory for this, however suggestions on this group
have said that either hashtables or arraylists would be better for
performance.
Does anyone have any experience with the speed performances here?
Thanks,
Alex