object splitting in multiple threads
    Jarrett Billingsley 
    jarrett.billingsley at gmail.com
       
    Fri Jan  9 21:32:57 PST 2009
    
    
  
On Sat, Jan 10, 2009 at 12:30 AM, Jarrett Billingsley
<jarrett.billingsley at gmail.com> wrote:
> On Sat, Jan 10, 2009 at 12:18 AM, yes <yes at no.com> wrote:
>> Does Phobos also do threadpools?
>
> From what I understand, not without modification.  At least, not
> efficiently.  Downs has implemented such a thing in scrapple.tools,
> but it requires a patch to Phobos to make it run at a reasonable
> speed.
Ffffffff.. ignore this, I was thinking about fiber pools.  I don't
think there's any technical reason why a ThreadPool couldn't be
written for Phobos, but there isn't one provided by default.
    
    
More information about the Digitalmars-d-learn
mailing list