Talk:Atomic updates: Difference between revisions

(+ note on Go)
 
Line 32:
// Create a concrete object implementing the bucketList
interface.
bl := newRwList(2010, originalTotal, nUpdaters)</lang>
 
And for the third:
Line 48:
// Create a concrete object implementing the bucketList
interface.
bl := newLfList(2010, originalTotal, nUpdaters)</lang>
 
The first Go solution compiles as it is, but I don't see any printing output.