JagsJulia / Jags.jl

Julia package for using Jags as an external program
Other
17 stars 5 forks source link

Use CSV.jl to read results #29

Closed hellemo closed 4 years ago

hellemo commented 4 years ago

I suggest using CSV.jl to read results, as it has much better performance in reading from text files. It comes at the cost of the extra dependency and compilation time, of course.