twk

2,385
Reputation
235 views

Registered User

Name twk
Member for 1 year
Seen Nov 24 at 18:02
Website
Location
Age
Nov
5
awarded  Notable Question
Oct
27
answered Hidden Features and Dark Corners of STL?
Sep
30
awarded  Yearling
Sep
25
comment memory leak debug
which embedded platform?
Sep
16
awarded  Popular Question
Aug
19
comment Example invalid utf8 string?
Awesome answer -- exactly what I needed. You rock!
Aug
19
asked Example invalid utf8 string?
Aug
18
asked Handling EXDEV error on rename() failure
Aug
11
awarded  Popular Question
Jul
22
answered What is a good easy to use profiler for C++ on Linux?
Jun
19
comment Details about the implementation of stl structures in libstdc++
Ok, but I think you missed the point of my comment. I have a farm of servers, they all run a very controlled environment. I'm only interested in the templates that are documented on the website I linked to.
Jun
19
comment Details about the implementation of stl structures in libstdc++
I'm only interested in the libstdc++ implementation.
Jun
19
comment Details about the implementation of stl structures in libstdc++
Does the standard contain information about heap overhead? Or how much vectors over-allocate when they grow by default? Or whether a dequeue uses an internal structure that is susceptible to heap fragmentation? I didn't see anything like that in the libstdc++ docs.
Jun
19
comment Details about the implementation of stl structures in libstdc++
I'm using it at scale, in an environment I totally control (I don't just upgrade versions willy-nilly). It is useful for me to know things like the heap overhead of structures before I start working on a solution so that I don't have to prototype and benchmark all my different options. It is also useful when I'm debugging a perf problem to know about the internals of the structures I'm using.
Jun
19
comment Details about the implementation of stl structures in libstdc++
this is platform dependent: gcc.gnu.org/onlinedocs/libstdc++/…
Jun
19
asked Details about the implementation of stl structures in libstdc++
Jun
17
asked Determining distribution so I can generate test data
Jun
3
asked Determine the registered application for an extension