$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] lexical_cast optimization
From: David Abrahams (dave_at_[hidden])
Date: 2008-12-03 12:28:58
Someone was asking me today about the inefficiency of lexical_cast for
its common itoa/atoi-like usage, and it occurred to me that it could
*easily* be optimized to handle the common cases by dispatching to
itoa/atoi ftoa/atof where available, and even sprintf. Seems like a
great idea to me.
Thoughts?
-- Dave Abrahams BoostPro Computing http://www.boostpro.com