TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Proposal: SIMD Support in Go

5 pointsby c4pt0ralmost 3 years ago

1 comment

hrgigeralmost 3 years ago
I think Klasupost is on point, if one needs more optimization let it be, but they have to deal with consequences, when they consider alternatives like SIMD probably they made the call that performance needs to be better (assuming no other cause) maybe kind of inlined assembly&#x2F;C&#x2F;instrinct block at same source code? Same goes with the Java , I prefer it when I want to stick to discipline but there are times you need heavy computation and the trade offs forces people different architectural decisions.<p>*edit: also go more flexible at C code <a href="https:&#x2F;&#x2F;github.com&#x2F;lxwagn&#x2F;using-go-with-c-libraries" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lxwagn&#x2F;using-go-with-c-libraries</a>