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 quick intro into the ruleguard rules packaging.
[go]
[shortread]
[ruleguard]
[static-analysis]
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]
New CodeQL-Like Analyzer for Go.
[go]
[habr-translation]
[ruleguard]
[static-analysis]
A pattern for writing multi-step programs.
[shortread]
[go]