Descriptionnet: avoid array copy when shuffling SRV records
We don't need to shift array elements to shuffle them.
We just have to swap a selected element with 0th element.
Patch Set 1 #Patch Set 2 : diff -r 74a1371ffaf1 https://code.google.com/p/go #Patch Set 3 : diff -r 6146799f32ed https://code.google.com/p/go #Patch Set 4 : diff -r 6146799f32ed https://code.google.com/p/go #
Total comments: 3
Patch Set 5 : diff -r 2dc2bf98e6e3 https://code.google.com/p/go #MessagesTotal messages: 6
|