Hacker News
new
past
comments
ask
show
jobs
points
by
kingcauchy
4 hours ago
|
comments
by
perfmode
4 hours ago
|
[-]
Curious if you’re using any SIMD optimizations for numerical calculations.
reply
by
kingcauchy
4 hours ago
|
parent
|
[-]
Yes we do use SIMD heavily!
https://github.com/ajroetker/go-highway
I also added SME support for Darwin for most algorithms. We use it in the full-text index, all over the vector indexes and heavily for the ml inference we do in go especially.
reply