Alexey Serbin has posted comments on this change. Change subject: bshuf_block: some code cleanup ......................................................................
Patch Set 6: (1 comment) http://gerrit.cloudera.org:8080/#/c/5193/6/src/kudu/cfile/bshuf_block.cc File src/kudu/cfile/bshuf_block.cc: PS6, Line 152: uint32_t value = array[i]; : memcpy(&array[i * sizeof(uint32_t)], &value, sizeof(value)); > I don't get the same results you did, and also typically memcpy is faster t Oops, my bad: the snipped was lacking the actual looping. With that fixed, the results are closer to the expected ones: I updated the gist. Sorry for the noise. -- To view, visit http://gerrit.cloudera.org:8080/5193 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6857f8096319072eb09be097adea99c45735e0a6 Gerrit-PatchSet: 6 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
