[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: following up on speed
On Monday 15 July 2002 11:11 pm, Mike Salib wrote:
>..have people here seen a lot of C/C++ projects play with
> different allocators or tuning strategies? Has anyone seen real use of
> C++'s ability to let your write custom object allocators?
Where I have seen custom C++ allocation is almost exclusively in
implementation of dynamic languages ([HotSpot] Java, SmallScript) as part of
a mixed GC strategy. [Of course, my experience is atypical].
FYI,
-KenD