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]
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]
A pattern for writing multi-step programs.
[shortread]
[go]
tl;dr: avoid os.Exit
near deferred calls.
[shortread]
[go]