←back to thread

Show HN: Go Plan9 Memo

(pehringer.info)
302 points pehringer | 1 comments | | HN request time: 0.202s | 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
rob74 ◴[] No.41880278[source]
In case it's not obvious, the "Plan 9" in the Go Assembler's name comes from https://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs, and the reason for that is of course that two of the "Go founders" (Rob Pike and Ken Thompson) are Bell Labs alumni. Some more background on the Go assembler: https://go.dev/doc/asm
replies(3): >>41880349 #>>41880650 #>>41881656 #
colechristensen ◴[] No.41880349[source]
The same people used the same name for two computer related projects.

That's certainly an ... interesting choice.

replies(3): >>41880376 #>>41880498 #>>41883038 #
1. lagniappe ◴[] No.41880376[source]
Definitely don't look into Nix then