What If Your Loops Were Just Faster?
A proof of concept for language-level data parallelism in Go, with live WASM demos and real benchmark results
Read MoreCross-Lane Communication: When Lanes Need to Talk
Understanding why and how SPMD programs coordinate data between execution lanes through base64 decoding
Read MoreWhat if? Practical parallel data.
Using a hypothetical `go for` construct to implement a variety of string operation
Read MoreData Parallelism: simpler solution for Golang?
Warning Historical note. This post predates the actual TinyGo SPMD compiler. It’s a thought experiment from when the design space was still open. The …
Read MoreLayoffs in Tech: Impacts on Teams and Technical Debt
The tech sector, after a decade of remarkable growth, has faced significant layoffs. These events affect everyone-not just those directly impacted, but also the …
Read More