Random Chitchat 2012-2016
If it was allowed then I'd do that, but it has to be simular to your fancyaddress website.
Thanks given by:
What! But that hardly uses PHP...
Thanks given by:
Looks like Rasberry Pi is going to have an upgrade Smile http://www.raspberrypi.org/raspberry-pi-2-on-sale/
Thanks given by:
That's awesome! Last christmas I wanted to buy one, but I finally didn't. Maybe now its the moment.
Hopefully it runs MCServer and spigot smoothly.
Thanks given by:
@xoft. I've just tested a quick benchmark with clang 3.4 on my i5-2450M. If I remove the repeated value detection from CalcFloorFrac it speeds up generation by 4 - 6 times. It looks like clang can vectorise the loop when its simple.

gcc 4.8 is giving similar improvements.
Thanks given by:
yay~~
Thanks given by:
It depends on what your benchmark was doing. Can you post the code? How wide was the range, in relation to the step used?
Thanks given by:
Its an adaptation of the NoiseTest benchmark that's been siting in the repository for ages. Its posted to the noiseTest branch.
Thanks given by:
I've just run it under cache-grind and it reports a significant number of L1 misses in the code with repetitions and none in the code without. Looks like the a_Same array just pushes the working data over the size of the L1.
Thanks given by:
I've just tried the benchmark in VC++ 2013. I'm seeing the same performance improvements dispite the fact that VC++ is not vectorising suggesting that the main issue is cache misses. Since that is an extremely machine sensitive issue could someone else test it on their machine. Its on the NoiseTest branch in the tests folder.
Thanks given by:




Users browsing this thread: 46 Guest(s)