lists.preview.boost.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview
newer
iterator_adaptor problem (mpl?)

RE: [Boost-users] [pool] Speed of pool_allocator<>

older
[mpl] Alexandrescu's hierarchy...

Klaus Nowikow

1 Jul 2004 1 Jul '04
2:48 p.m.

Peter Dimov wrote:

...

Klaus Nowikow wrote:

...

I changed the test program (see below). Now I use object_pool<> to create and destroy a number of elements (I use a vector to store them in the meantime). The results are even worse than before:

new/delete: 0.08s object_pool: 25.20s

[...]

...

template