This section contains complete, potentially runnable code examples discussed in the blog posts. Each example includes full source code with syntax highlighting and links back to the relevant blog posts.
Code ExamplesRead More
Base64 Decoder - Complete Example
This is the complete implementation of the base64 decoder discussed in Cross-Lane Communication: When Lanes Need to Talk.
Code ExamplesRead More
IPv4 Parser - Complete Example
This is the complete implementation of the high-performance IPv4 address parser discussed in Putting It All Together: Fast IPv4 Parsing with SPMD Go.