wesleydeng has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/16719


Change subject: IMPALA-10323: use snprintf instead of lexical_cast to cast to 
string
......................................................................

IMPALA-10323: use snprintf instead of lexical_cast to cast to string

Like issue IMPALA-1738, using snprintf instead of lexical_cast when
casting to string, performance can be improved significantly in
multi-thread mode(mt_dop mode). In contrast, performance using
lexical_cast decreased seriously in multi-thread mode.

Change-Id: Ief1d6b2c2cb5961c1d6cee1b0eac86ab61509768
---
M be/src/exprs/cast-functions-ir.cc
1 file changed, 23 insertions(+), 30 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/19/16719/1
--
To view, visit http://gerrit.cloudera.org:8080/16719
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ief1d6b2c2cb5961c1d6cee1b0eac86ab61509768
Gerrit-Change-Number: 16719
Gerrit-PatchSet: 1
Gerrit-Owner: wesleydeng <[email protected]>

Reply via email to