Single Char Array yes. Array of Char Arrays no. Dicts no.
On Tue, Jun 3, 2014 at 5:44 AM, Kuba Roth <[email protected]> wrote: > I can probably get away with String type by using Char arrays instead? How > about Dict hashtables? Is there any way I can store them in shared arrays? > > Going back to pmap. I think i need to shuffle around the workflow and > perform most of the computation at each prcess returning just what it is > realy needed and not whole parsed data. > >
