Alex Ott wrote a fascinating blog post about Boost.Spirit v2.x’s integer parser performance compared to standard C’s ‘atoi’, in one example of how C++ is faster than C in some cases. He writes:
I did very primitive test of performance for new version of boost.spirit. I read somewhere, that boost.spirit v.2 over-performs atoi on parsing of integers, [...]
Read the complete post at http://feedproxy.google.com/~r/CppSoup/~3/7abwKl-nGwg/
Posted
01-08-2010 3:26 AM
by
C++ Soup!