I've been experimenting with really big numbers recently and Math::BigInt has been starting to get really slow. Since I'm only incrementing the number, I assume there's a faster way to do it. I've been looking at the bitwise operations, but I've never used them much and don't see a simple way to solve my problem. The rest of the program can safely treat the number as a string. Any ideas?