github.com/moontrade/mdbx-go@v0.4.0/README.md (about) 1 # MDBX for Go 2 3 libmdbx wrapper for Go which uses an Assembly trampoliine to bypass CGO for hot path functions. Assembly trampoline is 15x faster than CGO trampoline. 4 5 Assembly trampoline works on AMD64 and ARM64 CPUs. Other CPUs silently degrade to standard CGO calls.