----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48694/#review137577 -----------------------------------------------------------
Patch looks great! Reviews applied: [48692, 48693, 48694] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh - Mesos ReviewBot On June 14, 2016, 2:56 p.m., Neil Conway wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/48694/ > ----------------------------------------------------------- > > (Updated June 14, 2016, 2:56 p.m.) > > > Review request for mesos and Anand Mazumdar. > > > Repository: mesos > > > Description > ------- > > Rather than using `std::istringstream` and `std::ostringstream`, > instead use the facilities provided by Boost's UUID for input > and output respectively. This improves a simple benchmark that > uses `fromString` and `toString` by ~7x. > > > Diffs > ----- > > 3rdparty/stout/include/stout/uuid.hpp > cde3bdbbdcc428410c83a7724389056f7aaf63a1 > > Diff: https://reviews.apache.org/r/48694/diff/ > > > Testing > ------- > > make check > > Benchmark is here: > https://gist.github.com/anonymous/138d0333656871bddc2dfaa61fbf033e -- happy > to submit it as an RR as well (with cleanup), but I didn't think it was > warranted. > > > Thanks, > > Neil Conway > >
