Displaying 1 result from an estimated 1 matches for "ss_alloc".
Did you mean:
s_alloc
2008 May 17
7
[LLVMdev] Forward: Discussion about custom memory allocators for STL
...tor.
>
> My test checks their performance for allocating node-based containers,
> i.e. std::list and std::set.
> I try to insert 1000000 nodes into the list and set using different allocators.
> While doing it, I observe the following picture:
>
> ***Tests with ***
> Sort (ss_allocator):0.517465
> Sort (fsb_allocator):0.693605
> Sort (bump_allocator):0.5398639999
> Sort (fastalloc_allocator):0.5254200001
> Sort (boost_fastalloc_allocator):0.520713
> Sort (default allocator):0.631207
>
> ***Tests with ***
> Insertion (ss_allocator):0.8642740001
> In...