Processing Large Files – Java, Go and 'Hitting the Wall'
marcellanz.com
Processing Large Files – Java, Go and 'Hitting the Wall'
1–3 of 3 posts
Re: Processing Large Files – Java, Go and 'Hitting the Wall'
#2The same strategy of "breaking the file up into chunks" and "processing chunks in parallel" would work as well in Java as it does in Go.
Re: Processing Large Files – Java, Go and 'Hitting the Wall'
#3The same strategy of "breaking the file up into chunks" and "processing chunks in parallel" would work as well in Java as it does in Go.
most probably yes. "Make Variation7 in Java as fast as our Revision 9 in Go, that should be possible as there is no magic happening here" is one of the exercises left...