MIT Technology Review: An Interview With Bjarne Stroustrup
Bill Baxter
dnewsgroup at billbaxter.com
Tue Dec 5 16:08:46 PST 2006
zz wrote:
> Pragma wrote:
>> zz wrote:
>>
>>
>> While I'm no STL guru, I have to ask: which allocator were you using
>> with ptr_vector?
>>
> For the first number we used VS2003 SMT CRT (Default allocator)
> With the other test we used nedmalloc as the allocator (just over load
> new and delete in C++ (it's a c library).
>
> http://www.nedprod.com/programs/portable/nedmalloc/
>
> Zz
I was going to ask why he didn't compare his algorithm with dlmalloc,
but I see it actually is based on dlmalloc. So I wonder what exactly
the differences is between this and dlmalloc.
Incidentally I know this guy from his posts on the FOX mailing lists.
He's been working on this thing called Tn[1] for about 10 years. He's
either insane or brilliant I can't really tell. :-) Read the
description of "What is Tn" to see what I mean.
[1] http://www.nedprod.com/Tn/index.html
--bb
More information about the Digitalmars-d
mailing list