|
|
|
Go language question about learning
|
|
1 points
by yantra
3753 days ago
|
|
How do I use Go language to distribute a simple averaging function on large file?
I'm trying to learn how to program Go using a following problem: I've a rather large file (25Gb) of data. I want to compute a simple arithmetic function on a sliding window over this file. I've installed Go on 3 different machines in our network and want to use them as my Go Cluster. Please help. |
|