Click here to Skip to main content
15,894,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sort an std::vector?! [modified] Pin
Chris Losinger21-Jun-06 4:45
professionalChris Losinger21-Jun-06 4:45 
GeneralRe: Sort an std::vector?! Pin
bosfan21-Jun-06 5:00
bosfan21-Jun-06 5:00 
AnswerRe: Sort an std::vector?! Pin
Zac Howland21-Jun-06 4:30
Zac Howland21-Jun-06 4:30 
GeneralRe: Sort an std::vector?! [modified] Pin
bosfan21-Jun-06 4:38
bosfan21-Jun-06 4:38 
AnswerRe: Sort an std::vector?! Pin
FarPointer21-Jun-06 4:36
FarPointer21-Jun-06 4:36 
AnswerRe: Sort an std::vector?! Pin
Jun Du21-Jun-06 4:59
Jun Du21-Jun-06 4:59 
AnswerRe: Sort an std::vector?! Finished! Pin
bosfan21-Jun-06 20:58
bosfan21-Jun-06 20:58 
QuestionHuge size files IO- Performance issue? Pin
jayart21-Jun-06 3:53
jayart21-Jun-06 3:53 
I am in need for reading huge files (*.txt, *.dbf, *.csv) of around 4+ gb and displaying the contents of
the file page by page. Application also requires to display scrolling data. Functions like ShowLongestString() which would search entire file and display the string.
The current method of reading the files is very slow(using CFile). I have two options to improve the performance.
1) Using CMemFile.
2) Reading the file in chunks at a time and displaying the same. But I wonder how would ShowLongestString() functions perform. Also if the file is in a network it might make the overall system slower for every chunk of data read.
I am confused into wich way to go. Or of there is any better way. Any help with this will be very much appreciated.

Thanks and Regards,
Arti Gujare

-- modified at 10:01 Wednesday 21st June, 2006
AnswerRe: Huge size files IO- Performance issue? Pin
jayart21-Jun-06 3:56
jayart21-Jun-06 3:56 
QuestionRe: Huge size files IO- Performance issue? Pin
David Crow21-Jun-06 4:11
David Crow21-Jun-06 4:11 
AnswerRe: Huge size files IO- Performance issue? Pin
jayart21-Jun-06 6:02
jayart21-Jun-06 6:02 
GeneralRe: Huge size files IO- Performance issue? Pin
David Crow21-Jun-06 6:21
David Crow21-Jun-06 6:21 
GeneralRe: Huge size files IO- Performance issue? Pin
Zac Howland21-Jun-06 4:21
Zac Howland21-Jun-06 4:21 
AnswerRe: Huge size files IO- Performance issue? Pin
Ryan Binns21-Jun-06 4:29
Ryan Binns21-Jun-06 4:29 
AnswerRe: Huge size files IO- Performance issue? Pin
James R. Twine21-Jun-06 6:52
James R. Twine21-Jun-06 6:52 
Questionabout FARPROC* Pin
George_George21-Jun-06 3:05
George_George21-Jun-06 3:05 
AnswerRe: about FARPROC* Pin
zouchao111221-Jun-06 3:14
zouchao111221-Jun-06 3:14 
GeneralRe: about FARPROC* Pin
George_George21-Jun-06 17:20
George_George21-Jun-06 17:20 
AnswerRe: about FARPROC* Pin
Sarath C21-Jun-06 3:22
Sarath C21-Jun-06 3:22 
GeneralRe: about FARPROC* Pin
George_George21-Jun-06 17:35
George_George21-Jun-06 17:35 
AnswerRe: about FARPROC* Pin
David Crow21-Jun-06 3:29
David Crow21-Jun-06 3:29 
GeneralRe: about FARPROC* Pin
George_George21-Jun-06 17:40
George_George21-Jun-06 17:40 
GeneralRe: about FARPROC* Pin
David Crow22-Jun-06 2:39
David Crow22-Jun-06 2:39 
GeneralRe: about FARPROC* Pin
George_George24-Jun-06 2:09
George_George24-Jun-06 2:09 
GeneralRe: about FARPROC* Pin
David Crow26-Jun-06 2:44
David Crow26-Jun-06 2:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.