cdybedahlIf you're going to do optimizations in your code, it's a really good idea to get them right. The speed difference between a working optimization and an almost working optimization can be somewhat on the large side. Like, O(n^2) instead of O(1)...