Update README.md

This commit is contained in:
Daniel Kang 2019-01-20 13:19:24 -08:00 committed by GitHub
parent cb4b46823a
commit bf934d0086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,8 +34,8 @@ Tengo is [fast](#benchmark) as it's compiled to bytecode and executed on stack-b
| [go-lua](https://github.com/Shopify/go-lua) | `5,214ms` | `5ms` | Lua VM on Go |
| [GopherLua](https://github.com/yuin/gopher-lua) | `5,491ms` | `5ms` | Lua VM on Go |
| Python | `2,879ms` | `26ms` | Python (native) |
| [gpython](https://github.com/go-python/gpython) | `18,662ms` | `5ms` | Python Interpreter on Go |
| [starlark-go](https://github.com/google/starlark-go) | `16,853ms` | `5ms` | Python-like Interpreter on Go |
| [gpython](https://github.com/go-python/gpython) | `18,662ms` | `5ms` | Python Interpreter on Go |
| [otto](https://github.com/robertkrimen/otto) | `88,561ms` | `14ms` | JS Interpreter on Go |
| [Anko](https://github.com/mattn/anko) | `107,720ms` | `16ms` | Interpreter on Go |