Hacker News new | ask | show | jobs
by perfmode 92 days ago
Curious if you’re using any SIMD optimizations for numerical calculations.
1 comments

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.