Skip to content

Instantly share code, notes, and snippets.

View miloyip's full-sized avatar

Milo Yip miloyip

  • Tencent
  • Hong Kong, China
View GitHub Profile
anonymous
anonymous / gist:7179097
Created October 27, 2013 08:17
C++ Fast Integer To String Conversion
/*
*****************************************************************************
* The C++ Integer To String Conversion Benchmark *
* *
* This benchmark is based on the solutions provided in the following *
* stackoverflow question: *
* *
* http://stackoverflow.com/q/4351371 (Date: 20101204) *
* *
* Title: C++ Performance Challenge - Integer To std::string Conversion *