| 1 | @MoriturusMortus: | 1 | @MoriturusMortus: | 
                
                    | 2 | \n | 2 | \n | 
                
                    | 3 | Just 
            add 
            some 
            time 
            which 
            counts 
            the 
            cpu 
            time 
            each 
            important 
            looking 
            code 
            block 
            uses. | 3 | Just 
            add 
            some 
            code 
            which 
            counts 
            the 
            cpu 
            time 
            each 
            important 
            looking 
            code 
            block 
            uses. | 
                
                    | 4 | \n | 4 | \n | 
                
                    | 5 | To optimize, you don't have to rewrite a bunch of small things, only to figure out where the biggest performance drops occur. | 5 | To optimize, you don't have to rewrite a bunch of small things, only to figure out where the biggest performance drops occur. | 
                
                    | 6 | \n | 6 | \n | 
                
                    | 7 | If you can't write better code, make the function using these code-blocks optional. | 7 | If you can't write better code, make the function using these code-blocks optional. | 
                
                    | 8 | \n | 8 | \n | 
                
                    | 9 | That may reduce the usefulness a small bit, but let us set it as default and may attract more peoples to look at the other parts which cause minor performance drops | 9 | That may reduce the usefulness a small bit, but let us set it as default and may attract more peoples to look at the other parts which cause minor performance drops |