Am 01.10.2010, 13:47 Uhr, schrieb Simen kjaeraas <simen.kja...@gmail.com>:
Oh, and also (if you don't mind my nitpicking), have you profiled invSqrt compared to 1/sqrt? Last time I did, I found that invSqrt was about 50% slower than 1/sqrt.
Haven't profiled it yet.
The one thing I missed when looking at the code was swizzling, so I implemented it. Feel free to include it if you want
Thx, I incorporated it :)
I also wanted to allow for swizzled setters, but apparently that's currently not possible[1]. [1]: http://d.puremagic.com/issues/show_bug.cgi?id=620
What a pity!