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
- [julia-users] pmap/map avoid return by value Kuba Roth
- Re: [julia-users] pmap/map avoid return by value Amit Murthy
- Re: [julia-users] pmap/map avoid return by value Kuba Roth
- Re: [julia-users] pmap/map avoid return by value Amit Murthy
- Re: [julia-users] pmap/map avoid return by va... Kuba Roth
- Re: [julia-users] pmap/map avoid return ... Amit Murthy
