On Jul 26, 2013, at 4:28 PM, Check Nyah wrote: > ok will check that out tomorrow probably.
Interested in hearing what your timings come up with. > Wow did not take the tests on these different systems since i don't have all > these. Well what i don't understand is why this is really slow on the Mac. When it comes to optimization, results will vary (and can vary drastically) which is exactly why I said we don't assume anything and check the numbers. There are some algorithms that can run 10 TIMES faster by doing twice as much work and vice versa. Even using a different version of the same compiler with the same options can be dramatically different, but different instruction sets, different instruction set performance, and different memory models will all respond differently. In computer science terms, this gets down to algorithm complexity. If you're not changing the order of complexity for an algorithm, gains will be limited and varied. Cheers! Sean ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
