[Block Pointer] single threaded

15 May
2011
15 May
'11
7:17 p.m.
Hi, What if Block Pointer was single threaded for the moment? Would that prevent it from being part of Boost? A lot of applications are single threaded and could take advantage of it already. fast_pool_allocator is not multithread safe as well. The problem is the structure keeping track of each set, block_header, is dynamic (gets created and destroyed over and over) and to maintain a mutex in such conditions is not trivial. Thanks, -Phil
5144
Age (days ago)
5144
Last active (days ago)
0 comments
1 participants
participants (1)
-
Phil Bouchard