Todd Lipcon has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/13667


Change subject: KUDU-2867. Optimize delta timestamp decoding
......................................................................

KUDU-2867. Optimize delta timestamp decoding

When using hybrid clock, all timestamps require a full 8-byte varint to
be encoded. So, we can inline this fast path in Timestamp::DecodeFrom to
avoid the more complicated/lengthy GetMemcmpableVarint code.

Change-Id: I1665e0aaed874cf4d47ecf5e467246a9505b0bd1
---
M src/kudu/common/timestamp.cc
M src/kudu/common/timestamp.h
2 files changed, 19 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/67/13667/1
--
To view, visit http://gerrit.cloudera.org:8080/13667
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1665e0aaed874cf4d47ecf5e467246a9505b0bd1
Gerrit-Change-Number: 13667
Gerrit-PatchSet: 1
Gerrit-Owner: Todd Lipcon <[email protected]>

Reply via email to