-
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...
-
So recently I’ve been doing more and more open source C++ development over at cpp-netlib cleaning up the implementation of a simple URI library for the release of version 0.4. I still haven’t gotten myself that MacBook Pro that I’ve always wanted to get but I did settle for an...