BigData analysis: scalability but quick development

Which do you consider is the best language to processing (getting statistical results) of analysing some GB of data information, taking into account these limitations:

For, example, Octave, Fortran, C++, C, Python, etc.

Upvotes: 0

Views: 219

Answers (2)

linello
linello

Reputation: 8694

I would look for Python with NumPy extensions.

Upvotes: 1

hexist
hexist

Reputation: 5240

Whichever language you are most familiar with. All of those languages have very performant open source options for doing big-matrix math.

Upvotes: 2

Related Questions