EDIT: Thank you all. Python solution worked lightning fast :)
I have a file that looks like this:
132,658,165,3216,8,798,651
but MUCH is larger (~ 600 kB). There are no new lines except one at the end of the file.
And now I have to summarize all the values that are. I expect the final result to be quite large, but if I summarized it in C ++, I have a bigmoon library, so this should not be a problem.
How do I do this, and in which language / program? C ++, Python, Bash?
source
share