TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jeanchal
NA
3
0
The most expedient and efficient way to browse a file
Oct 20 2011 11:00 AM
I have a file that contains over 3000 tab delimited entries. As of now the file is open at start time and the data is placed in a list of objects containing twelve data members, and then accessed multiple times during the execution of the program.
I always thought it was the best solution (even though the creation of that many objects take space), but isn't there a more productive way to go about it i.e. open the file each time it needs to be searched or is that process slower?
Developing environment: Visual Studio 2010, Windows Forms MonoTouch and Mono for Android, Web Service.
Thanx
Luke
Reply
Answers (
3
)
Cursor in PL/SQL
MYISAM table in MySQL