From d8862909241f697b8668746b5da98bc5e344f9e0 Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Thu, 8 Mar 2018 13:54:31 -0800 Subject: [PATCH] gollvm might be a contender --- performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.md b/performance.md index bdd1d20..26c3c7e 100644 --- a/performance.md +++ b/performance.md @@ -819,7 +819,7 @@ Popular replacements for standard library packages: * all formats have trade-offs: choose one that matches what you need encoded space, decoding speed, language/tooling compatibility, ... * database/sql -> jackx/pgx, ... -* gccgo +* gccgo (benchmark!), gollvm (WIP) ## cgo