Skip to content

Instantly share code, notes, and snippets.

View egmkang's full-sized avatar

egmkang wang egmkang

View GitHub Profile
@MattPD
MattPD / cpp.std.coroutines.draft.md
Last active September 14, 2024 16:44
C++ links: Coroutines (WIP draft)
anonymous
anonymous / gist:7259276
Created November 1, 2013 00:14
Fast C++ 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 *