[julia-users] Re: What is really "big data" for Julia (or otherwise), 1D or multi-dimensional?

2016-10-17 Thread Scott Jones
On Friday, October 14, 2016 at 1:00:35 PM UTC-4, Páll Haraldsson wrote: > > On Thursday, October 13, 2016 at 7:49:51 PM UTC, cdm wrote: >> >> from CloudArray.jl: >> >> "If you are dealing with big data, i.e., your RAM memory is not enough >> to store your data, you can create a CloudArray from

[julia-users] Re: What is really "big data" for Julia (or otherwise), 1D or multi-dimensional?

2016-10-16 Thread Jeffrey Sarnoff
One fact about big data is it keeps getting bigger. On Friday, October 14, 2016 at 1:00:35 PM UTC-4, Páll Haraldsson wrote: > > On Thursday, October 13, 2016 at 7:49:51 PM UTC, cdm wrote: >> >> from CloudArray.jl: >> >> "If you are dealing with big data, i.e., your RAM memory is not enough >> to

[julia-users] Re: What is really "big data" for Julia (or otherwise), 1D or multi-dimensional?

2016-10-14 Thread Páll Haraldsson
On Thursday, October 13, 2016 at 7:49:51 PM UTC, cdm wrote: > > from CloudArray.jl: > > "If you are dealing with big data, i.e., your RAM memory is not enough to > store your data, you can create a CloudArray from a file." > > >

[julia-users] Re: What is really "big data" for Julia (or otherwise), 1D or multi-dimensional?

2016-10-13 Thread cdm
from CloudArray.jl: "If you are dealing with big data, i.e., your RAM memory is not enough to store your data, you can create a CloudArray from a file." https://github.com/gsd-ufal/CloudArray.jl#creating-a-cloudarray-from-a-file so, this package dev contemplates system dependent

[julia-users] Re: What is really "big data" for Julia (or otherwise), 1D or multi-dimensional?

2016-10-13 Thread Páll Haraldsson
On Thursday, October 13, 2016 at 1:17:32 AM UTC, cdm wrote: > > > do you have traditional main memory RAM in mind here ... ? > Yes (how big arrays people are working with; but also if bigger files, how big), and no: > with flash memory facilitating tremendous advances > in (near) in-memory

[julia-users] Re: What is really "big data" for Julia (or otherwise), 1D or multi-dimensional?

2016-10-12 Thread cdm
do you have traditional main memory RAM in mind here ... ? with flash memory facilitating tremendous advances in (near) in-memory processing, the lines between traditional RAM and flash memory have become considerably blurred. ~ cdm On Wednesday, October 12, 2016 at 3:23:58 PM UTC-7, Páll