Click here to Skip to main content
15,900,480 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWord Automation - Extra Info on Tables.. Pin
Braulio Dez8-Apr-02 22:41
Braulio Dez8-Apr-02 22:41 
GeneralSTL and heap management Pin
Haakon S.8-Apr-02 22:26
Haakon S.8-Apr-02 22:26 
GeneralRe: STL and heap management Pin
Christian Graus8-Apr-02 23:21
protectorChristian Graus8-Apr-02 23:21 
GeneralRe: STL and heap management Pin
Haakon S.9-Apr-02 0:20
Haakon S.9-Apr-02 0:20 
GeneralRe: STL and heap management Pin
Joao Vaz9-Apr-02 1:07
Joao Vaz9-Apr-02 1:07 
GeneralRe: STL and heap management Pin
Haakon S.9-Apr-02 1:50
Haakon S.9-Apr-02 1:50 
GeneralRe: STL and heap management Pin
Joao Vaz9-Apr-02 3:48
Joao Vaz9-Apr-02 3:48 
GeneralRe: STL and heap management Pin
Tim Smith9-Apr-02 4:10
Tim Smith9-Apr-02 4:10 
Damn...

I am a bit shocked that the STL list, map, and sets don't allocate nodes in buckets. Not only do you increase allocation performance, you increase memory performance by reducing the number of page faults. The theory being that when the map nodes are allocated in buckets, you greatly reduce the chance that the nodes are spread out all over the memory address space.

Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
GeneralRe: STL and heap management Pin
Joao Vaz9-Apr-02 4:49
Joao Vaz9-Apr-02 4:49 
GeneralRe: STL and heap management Pin
Haakon S.9-Apr-02 8:17
Haakon S.9-Apr-02 8:17 
GeneralRe: STL and heap management Pin
Joao Vaz9-Apr-02 9:56
Joao Vaz9-Apr-02 9:56 
GeneralRe: STL and heap management Pin
Tim Smith9-Apr-02 8:44
Tim Smith9-Apr-02 8:44 
GeneralRe: STL and heap management Pin
Joao Vaz9-Apr-02 10:03
Joao Vaz9-Apr-02 10:03 
GeneralClosing message! Pin
Rickard Andersson208-Apr-02 22:27
Rickard Andersson208-Apr-02 22:27 
GeneralRe: Closing message! Pin
lucy9-Apr-02 3:43
lucy9-Apr-02 3:43 
GeneralRe: Closing message! Pin
Rickard Andersson209-Apr-02 4:39
Rickard Andersson209-Apr-02 4:39 
General"Show window contents while dragging" Pin
Hans Ruck8-Apr-02 21:29
Hans Ruck8-Apr-02 21:29 
GeneralRe: "Show window contents while dragging" Pin
Shog99-Apr-02 5:27
sitebuilderShog99-Apr-02 5:27 
QuestionWhat is the difference between the dialog types available in resource editor? Pin
vcLearner8-Apr-02 21:30
vcLearner8-Apr-02 21:30 
AnswerRe: What is the difference between the dialog types available in resource editor? Pin
John Aspras8-Apr-02 21:36
John Aspras8-Apr-02 21:36 
GeneralProblem with LIKE from MFC Pin
8-Apr-02 19:31
suss8-Apr-02 19:31 
GeneralRe: Problem with LIKE from MFC Pin
Derek Waters8-Apr-02 19:35
Derek Waters8-Apr-02 19:35 
GeneralRe: Problem with LIKE from MFC Pin
Lakitu8-Apr-02 23:27
Lakitu8-Apr-02 23:27 
GeneralEnable/Disable Toolbar *Buttons* :: MFC Pin
valikac8-Apr-02 19:18
valikac8-Apr-02 19:18 
GeneralRe: Enable/Disable Toolbar *Buttons* :: MFC Pin
Derek Waters8-Apr-02 19:31
Derek Waters8-Apr-02 19:31 

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.