parallel
    Handyman via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Thu Nov  5 12:52:38 PST 2015
    
    
  
On Thursday, 5 November 2015 at 20:45:25 UTC, Ali Çehreli wrote:
> That's still 1 second per task. The function prepare() cannot 
> be executed by more than one core.
Thanks.  OK.  So 'prepare' is atomic?  Then let's turn it around: 
how can I make the cores prepare a meal of 5 dishes in 1.25 secs? 
   Should I rewrite, or split, 'prepare'?
    
    
More information about the Digitalmars-d-learn
mailing list