Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
chrchang523
on Oct 18, 2024
|
parent
|
context
|
favorite
| on:
Show HN: Go Plan9 Memo
The problem with cgo is the high function-call overhead; you only want to use it for fairly big chunks of work. Calling an assembly function from Go is a lot cheaper.
https://pkg.go.dev/github.com/grailbio/base/simd
has some work I’ve done in this vein.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://pkg.go.dev/github.com/grailbio/base/simd has some work I’ve done in this vein.