Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/21756
Change subject: [util] modernize code in bitmap
......................................................................
[util] modernize code in bitmap
This micro-patch updates the code in src/kudu/util/bitmap.{h,cc},
removing unused functionality, adding 'constexpr' where possible to
prompt more compiler optimizations, and bringing it up-to-date with
the code style guide. Otherwise, this patch doesn't contain any
functional modifications.
Change-Id: I3f47ea1feddea58964cf9962ee5f0530d2324c78
---
M src/kudu/util/bitmap.cc
M src/kudu/util/bitmap.h
2 files changed, 64 insertions(+), 71 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/56/21756/1
--
To view, visit http://gerrit.cloudera.org:8080/21756
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f47ea1feddea58964cf9962ee5f0530d2324c78
Gerrit-Change-Number: 21756
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>