Benchmarking C++ container iteration

In this stackoverflow question I made a point that iterating over a std::vector and a std::list would not be of any noticeable difference.

After someone said that it is indeed noticeable, I decided to make a small benchmark to try it out.

[Note: This post has been edited with a new conclusion.]

Continue reading “Benchmarking C++ container iteration”

Joachim Jr?

Since Arlene posted to Facebook, I guess it's official now. smiley

I'm about to be a dad! Yes that's right, in a couple of weeks my wonderful wife will give birth to a new member of the Pileborg clan!

Picture of Arlene with a large belly

I'm happy, excited, and of course incredibly nervous!

So now you know why I have so little spare time recently (lost of preparations to do) and why it will be even less spare time in the future. So I guess I have to do as much programming as I can before it's time!

I'm happy that Arlenes sister got her visitors permit, so she can help us with everything when she comes. Oh by the way, Arlenes sister (and her daughter) will come visit soon. smiley

More about logging in Shadow World

I've had some trouble with Boost Log that I can't overcome. That coupled with the fact that it actually is not part of the core of Boost, but have to be built separately have made me change my mind about the logging I will use with the Shadow World server.

Continue reading “More about logging in Shadow World”