←back to thread

Show HN: Go Plan9 Memo

(pehringer.info)
302 points pehringer | 1 comments | | HN request time: 0.201s | source

A quick dive into the Plan9 assembly I picked up while developing my SIMD package for Go, and how it led to a 450% performance boost in calculations.
Show context
lexh ◴[] No.41880231[source]
A bit over my head, but I enjoyed the way the writing brings us along for the ride.

This can’t be the first pass someone has made at something like this, right? There must be literal dozens of SIMD thirsty Gophers around. Would a more common pattern be to use CGO?

replies(3): >>41881085 #>>41881167 #>>41881773 #
1. dpifke ◴[] No.41881085[source]
(Rejected) proposal to add something like this to the standard library gives some context: https://github.com/golang/go/issues/53171