Reputation: 5982
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
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