Zero alloc pathfinding in Go

Embracing the importance of optimizations.

Profile-guided code search

Filtering gogrep results using the CPU profiles to find hot path matches.

Calling Go funcs from asm and JITed code

Learn how to avoid fatal errors when calling Go functions from the asm code.

gogrep: structural search and replace

Learn how to use gogrep from the command line and VS Code.

Let's Go write Pratt parsers!

Learn how to write Pratt parsers in Go.

ruleguard: dynamic inspection rules for Go

New CodeQL-Like Analyzer for Go.

Go compiler: SSA optimization rules description language

Learn how to write new SSA optimization rules for Go compiler.