How to Use AVX512 in Golang

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
  1. gorse

    Gorse open source recommender system engine

    Thanks, @gnabgib. Your comment is very insightful and reminds me of my mentor correcting my academic paper. The post introduces the basic idea of using AVX512 in Go by writing C codes. There are mistakes and many details are omitted. A complete example is https://github.com/gorse-io/gorse/tree/master/base/floats

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. avo

    Generate x86 Assembly with Go

    I thought the /r/golang comments on this post were pretty useful[1]. They also introduced me to avo[2], a tool for generating x86 assembly from go that I hadn't seen before. There are some examples listed on the avo github page for generating AVX512 instructions with avo.

    1 = https://www.reddit.com/r/golang/comments/10hmh07/how_to_use_...

    2 = https://github.com/mmcloughlin/avo

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Go-attention: A full attention mechanism and transformer in pure Go

    2 projects | news.ycombinator.com | 3 Mar 2025
  • ML in Go with a Python Sidecar

    6 projects | news.ycombinator.com | 17 Nov 2024
  • A CEO's Guide to Emacs

    3 projects | news.ycombinator.com | 11 Jan 2024
  • Portable Efficient Assembly Code-Generator in Higher-Level Python (PeachPy)

    2 projects | news.ycombinator.com | 5 Jan 2024
  • Introducing GoFaceRec: A Go-based Face Recognition Tool Using Deep Learning

    2 projects | /r/golang | 1 Jul 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?