Tags
Language
Tags
November 2025
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 1 2 3 4 5 6
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Automatic Algorithm Recognition and Replacement: A New Approach to Program Optimization

    Posted By: johinson
    Automatic Algorithm Recognition and Replacement: A New Approach to Program Optimization

    Robert Metzger, Zhaofang Wen, «Automatic Algorithm Recognition and Replacement: A New Approach to Program Optimization»
    MIT Press | ISBN: 0262133687 | 2000 | PDF | 231 pages | 26.64 MB

    Optimizing compilers have a fundamental problem. No matter how powerful their optimizations are, they are no substitute for good application algorithms. Consider the case of sorting. For sufficiently large data sets, a merge sort algorithm compiled with a less powerful optimizer will always out-perform a selection sort algorithm compiled with the most powerful optimizer.