Embracing the importance of optimizations.
        
    
    
         
            [go] 
         
            [performance] 
         
            [data-structure] 
         
            [roboden] 
         
            [habr-translation] 
        
    
        
    
        
           
    
    
        
            A faster sparse-dense array, but without iteration.
        
    
    
         
            [go] 
         
            [performance] 
         
            [shortread] 
         
            [data-structure] 
         
            [roboden] 
        
    
        
    
        
           
    
    
        
            How to perform peephole optimizations without SSA.
        
    
    
         
            [go] 
         
            [compilers] 
         
            [shortread] 
         
            [ssa] 
        
    
        
    
        
           
    
    
        
            Filtering gogrep results using the CPU profiles to find hot path matches.
        
    
    
         
            [go] 
         
            [gogrep] 
         
            [habr-translation] 
        
    
        
    
        
           
    
    
        
            A better way to write your main() function.
        
    
    
         
            [shortread] 
        
    
        
    
        
           
    
    
        
            A quick intro into the ruleguard rules packaging.
        
    
    
         
            [go] 
         
            [shortread] 
         
            [ruleguard] 
         
            [static-analysis] 
        
    
        
    
        
           
    
    
        
            Let me tell you about the YAML5 idea.
        
    
    
         
            [yaml5] 
         
            [yaml] 
         
            [json5] 
         
            [shortread] 
        
    
        
    
        
           
    
    
        
            Learn how to avoid fatal errors when calling Go functions from the asm code.
        
    
    
         
            [go] 
         
            [habr-translation] 
         
            [asm] 
         
            [jit] 
        
    
        
    
        
           
    
    
        
            Learn how to use gogrep from the command line and VS Code.
        
    
    
         
            [go] 
         
            [habr-translation] 
         
            [refactoring] 
         
            [tutorial] 
        
    
        
    
        
           
    
    
        
            Learn how to write Pratt parsers in Go.
        
    
    
         
            [go] 
         
            [habr-translation] 
         
            [compilers]