[julia-users] Re: eachline() work with pmap() is slow

2016-10-14 Thread Jeremy McNees
I need to run something similar due to a large number of text files that I have. They are too large to load into memory at one-time, let alone multiple files at the same time. I find that pmap() works very well here. First, you should wrap your for loop in a function. In general you should blo

[julia-users] Re: eachline() work with pmap() is slow

2016-10-14 Thread Jeremy McNees
I need to run something similar due to a large number of text files that I have. They are too large to load into memory at one-time, let alone multiple files at the same time. I find that pmap() works very well here. First, you should wrap your for loop in a function. In general you should blo

Re: [julia-users] Re: eachline() work with pmap() is slow

2016-10-16 Thread Jeremy McNees
Care to share the code you used? On Sun, Oct 16, 2016 at 9:24 AM wrote: > Problem solved by hand writing an implementation of ``pmap`` & codes > updated :) > >

[julia-users] Re: RDatasets "UndefVarError: displaysize not defined"

2016-09-08 Thread Jeremy McNees
Have the same Issue. No problem in the REPL, but does not work in IJulia. On Monday, August 29, 2016 at 5:13:52 PM UTC-4, Rock Pereira wrote: > > It also works in 0.4.6 in the REPL >