Click here to Skip to main content
15,886,199 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: MFC vs STL performance test Pin
Richard MacCutchan19-Oct-13 6:21
mveRichard MacCutchan19-Oct-13 6:21 
AnswerRe: MFC vs STL performance test Pin
Aescleal21-Oct-13 23:58
Aescleal21-Oct-13 23:58 
GeneralRe: MFC vs STL performance test Pin
Alexander Fedorov22-Oct-13 2:05
Alexander Fedorov22-Oct-13 2:05 
GeneralRe: MFC vs STL performance test Pin
Aescleal22-Oct-13 4:44
Aescleal22-Oct-13 4:44 
GeneralRe: MFC vs STL performance test Pin
Alexander Fedorov22-Oct-13 5:32
Alexander Fedorov22-Oct-13 5:32 
Answerstd::map too slow Pin
bkelly1310-Nov-13 16:08
bkelly1310-Nov-13 16:08 
GeneralRe: std::map too slow Pin
Albert Holguin14-Nov-13 10:02
professionalAlbert Holguin14-Nov-13 10:02 
bkelly13 wrote:
My conclusion: the template libraries are really cool and easy to use, but very inefficient.

Well this is not really an accurate statement, because it depends on the template library that you're using and it's implementation and whether your use fits in with the standard use that it was designed for. std::map containers are never going to be fast, so in your case, just about any other container would have been faster. All in all, you can likely make something that is just as fast or faster than any container because you can make it application specific (you know how much data you need and how it will be accessed), but that doesn't discount the use of template libraries.
GeneralRe: std::map too slow Pin
Aescleal15-Nov-13 11:07
Aescleal15-Nov-13 11:07 
GeneralRe: std::map too slow Pin
Albert Holguin15-Nov-13 11:32
professionalAlbert Holguin15-Nov-13 11:32 
QuestionWhy calling sort() crashes? Pin
Kumar Anitesh15-Oct-13 22:38
Kumar Anitesh15-Oct-13 22:38 
AnswerRe: Why calling sort() crashes? Pin
Richard MacCutchan15-Oct-13 23:06
mveRichard MacCutchan15-Oct-13 23:06 
AnswerRe: Why calling sort() crashes? Pin
Theo Buys9-Sep-14 2:46
Theo Buys9-Sep-14 2:46 
Questionstd::string name.copy(...) Pin
bkelly132-Oct-13 12:02
bkelly132-Oct-13 12:02 
AnswerRe: std::string name.copy(...) Pin
Richard MacCutchan2-Oct-13 21:24
mveRichard MacCutchan2-Oct-13 21:24 
GeneralRe: std::string name.copy(...) Pin
bkelly134-Oct-13 7:19
bkelly134-Oct-13 7:19 
GeneralRe: std::string name.copy(...) Pin
Richard MacCutchan4-Oct-13 8:08
mveRichard MacCutchan4-Oct-13 8:08 
QuestionCreate iwebbrowser2 in protected mode Pin
narasingubhanu25-Sep-13 20:31
narasingubhanu25-Sep-13 20:31 
AnswerRe: Create iwebbrowser2 in protected mode Pin
Richard MacCutchan25-Sep-13 21:31
mveRichard MacCutchan25-Sep-13 21:31 
GeneralRe: Create iwebbrowser2 in protected mode Pin
narasingubhanu26-Sep-13 0:23
narasingubhanu26-Sep-13 0:23 
GeneralRe: Create iwebbrowser2 in protected mode Pin
Richard MacCutchan26-Sep-13 0:29
mveRichard MacCutchan26-Sep-13 0:29 
Questiononcreate function Pin
DongDong18-Sep-13 4:55
DongDong18-Sep-13 4:55 
AnswerRe: oncreate function Pin
Richard MacCutchan8-Sep-13 6:54
mveRichard MacCutchan8-Sep-13 6:54 
QuestionGroup Box won't group Pin
bkelly1322-Aug-13 11:52
bkelly1322-Aug-13 11:52 
AnswerRe: Group Box won't group Pin
Garth J Lancaster22-Aug-13 12:47
professionalGarth J Lancaster22-Aug-13 12:47 
GeneralRe: Group Box won't group Pin
bkelly1322-Aug-13 12:55
bkelly1322-Aug-13 12:55 

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.