Go Simd

Open-source Go projects categorized as Simd

Top 7 Go Simd Projects

  1. sonic

    A blazingly fast JSON serializing & deserializing library (by bytedance)

    Project mention: Golang optimizations for high‑volume services | news.ycombinator.com | 2025-12-11
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. asm

    Go library providing algorithms optimized to leverage the characteristics of modern CPUs (by segmentio)

  4. coregex

    Pure Go production-grade regex engine with SIMD optimizations. Up to 3-3000x+ faster than stdlib.

    Project mention: We Built the First Pure Go DXIL Generator — Because Optimizing the Wrong Path Wasn't Enough | dev.to | 2026-04-05

    We weren't afraid of binary formats. Before gogpu, we built scigolib/hdf5 — a Pure Go implementation of HDF5, NASA's hierarchical data format with its own B-tree indices, chunked storage, and compression pipelines. After parsing HDF5 superblocks and fractal heaps in pure Go, LLVM bitcode felt almost... reasonable. We also built coregx/coregex — a regex engine from scratch. Binary formats, state machines, low-level encoding — this is what we do.

  5. hann

    A fast approximate nearest neighbor search library for Go

  6. go-simdcsv

    High-performance SIMD-accelerated CSV parser for Go 1.26+ using simd/archsimd. Drop-in replacement for encoding/csv

    Project mention: Show HN: I built a CSV parser to try Go 1.26's new SIMD package | news.ycombinator.com | 2026-01-27
  7. ahocorasick

    High-performance Aho-Corasick multi-pattern string matching for Go (by coregx)

    Project mention: Aho-Corasick in Go: Multi-Pattern String Matching at 6 GB/s with Zero Allocations | dev.to | 2026-03-18

    We built coregx/ahocorasick, a pure Go implementation that achieves over 6 GB/s on a single core with zero heap allocations on the hot path. No cgo, no assembly, no unsafe — just carefully structured Go code and a deep understanding of how modern CPUs access memory.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go Simd discussion

Log in or Post with

Go Simd related posts

Index

What are some of the best open-source Simd projects in Go? This list will help you:

# Project Stars
1 sonic 9,539
2 asm 922
3 search 554
4 coregex 242
5 hann 219
6 go-simdcsv 46
7 ahocorasick 24

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

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