Update README.md
This commit is contained in:
parent
cb4b46823a
commit
bf934d0086
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
||||
|
|
Loading…
Reference in a new issue