Christopher Smith on 2 Jul 2003 18:44:01 -0000 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [ALACPP] smart pointers in C |
On Wed, 2003-07-02 at 11:28, Christopher Smith wrote: > Ah! It seems like you are intending to still use the standard heap > allocator. That will make it pretty hard for the mark/sweep allocator to > win. Half the fun mark/sweep is having heap allocs that are almost as > fast as stack allocs. I took a quick peek at the implementation. Wasn't quite as sophisticated as I expected. This will definitely have a hard time matching smart pointers. :-( --Chris _______________________________________________ alacpp mailing list alacpp@xxxxxxxxxxx http://lists.ellipsis.cx/mailman/listinfo/alacpp