What\'s the purpose of boost::to_string (found in boost/exception/to_string.hpp) and how does it differ from boost::lexical_cast
boost::to_string
boost/exception/to_string.hpp
boost::lexical_cast
Here is a benchmark that I found for the integer to string conversion, hope it doesn't change much for float and double Fast integer to string conversion benchmark in C++.