Hi Amit,
Well in my case I'm parsing a bunch of files, store results in dictionaries 
which are merged back into one big array of dictionaries. Since each file 
can be parsed independently pmap seems to be good and clean fit. But 
because size of each Dictionary is quite big merging the data back is super 
slow.
Perhaps pmap is not  best answer to this problem and I should look further 
into shared arrays (which unfortunately I haven't had time right now)
kuba

Reply via email to