You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Anonymous Coward (Code Review)" <ge...@cloudera.org> on 2021/09/27 06:44:41 UTC

[kudu-CR] [ntp] improve two arithmetic operator

Hello Alexey Serbin, Yingchun Lai, Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/17852

to look at the new patch set (#2).

Change subject: [ntp] improve two arithmetic operator
......................................................................

[ntp] improve two arithmetic operator

use shift operator instead multiply/divided, compiler
maybe optimize it (gcc/g++ can do it).

Change-Id: I5775d9206e82dfd1febd98219dbde1bb69a44240
---
M src/kudu/clock/hybrid_clock.cc
M src/kudu/clock/system_ntp.cc
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/52/17852/2
-- 
To view, visit http://gerrit.cloudera.org:8080/17852
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5775d9206e82dfd1febd98219dbde1bb69a44240
Gerrit-Change-Number: 17852
Gerrit-PatchSet: 2
Gerrit-Owner: Anonymous Coward <sh...@gmail.com>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yingchun Lai <ac...@gmail.com>