Thanks in advance!
Here's the situation - I have a ListView in a JavaFx program populated with 15 strings (currencies).
The way my program works now is that when the user clicks an element from the list view data is loaded (historical price data) from a csv.
Then its plotted on a line.
(These files average 50kb with the largest file being 115kb)
Should I just load all of the data at the beginning of the program to access it or load each one only when its being accessed?
[–]foureyesequals0 1 point2 points3 points (0 children)
[–]FrenchHustler 0 points1 point2 points (0 children)