mmcloughlin/avo
Generate x86 Assembly with Go
This tool helps Go developers write highly optimized assembly code for performance-critical sections of their applications. You provide Go code that describes the desired assembly operations, and it generates the corresponding x86 assembly and Go stub files. Go developers looking to maximize computational efficiency in their Go programs are the primary users.
2,957 stars. Actively maintained with 1 commit in the last 30 days.
Use this if you need to optimize Go program performance by implementing specific functions in x86 assembly, but want to leverage Go's programming constructs for easier management.
Not ideal if you're not a Go developer or if your project's performance requirements don't necessitate writing custom assembly code.
Stars
2,957
Forks
96
Language
Go
License
BSD-3-Clause
Category
Last pushed
Apr 01, 2026
Commits (30d)
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/mmcloughlin/avo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
Dav1dde/glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Aleph-Alpha/ts-rs
Generate TypeScript bindings from Rust types
apollographql/apollo-tooling
✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
krzysztofzablocki/Sourcery
Meta-programming for Swift, stop writing boilerplate code.
awtkns/fastapi-crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models