Skip to content

Instantly share code, notes, and snippets.

/*
Testing read file speed for the three read functions from
http://cpp.indi.frih.net/blog/2014/09/how-to-read-an-entire-file-into-memory-in-cpp/
compile with -std=c++11
*/
#include <type_traits>
#include <ostream>
#include <sstream>