The past couple of days at work have been a little crazy. I've been looking at a performance regression with the MySQL 5.0 parser. Basically, what happened was that the grammar describing the SQL language was change a lot from MySQL 4.0, probably to conform better to the standard. However, this change made the common/simple case a lot slower than before. It took me a while to figure out what was happening with it, but it was pretty fun to be directly using something learned in class. I had to review some class notes to remember some of the details, but this issue is kinda like a problem set. Well, more like a problem set on crack. But, anyways, it is pretty cool to be able to directly apply my expensive education, which I am paying back now and for a while, hehehe... However, I *may* have to work on this grammar crap a little this weekend, and hopefully get it out of the way for next week. =/