From 5ab5db05a5ac5e565ae4072fa949d7b3829bca70 Mon Sep 17 00:00:00 2001 From: Daniel Kang Date: Sat, 19 Jan 2019 02:43:55 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb1ab17..536aa74 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Tengo is [fast](#benchmark) as it's compiled to bytecode and executed on stack-b | [go-lua](https://github.com/Shopify/go-lua) | `5,236ms` | `5ms` | Lua VM on Go | | [GopherLua](https://github.com/yuin/gopher-lua) | `5,558ms` | `5ms` | Lua VM on Go | | Python | `3,132ms` | `28ms` | Python (native) | +| [starlark-go](https://github.com/google/starlark-go) | `16,789ms` | `5ms` | Python-like Interpreter on Go | | [otto](https://github.com/robertkrimen/otto) | `85,765ms` | `22ms` | JS Interpreter on Go | | [Anko](https://github.com/mattn/anko) | `99,235ms` | `24ms` | Interpreter on Go |