Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umutbasal/interpreter_bench


https://github.com/umutbasal/interpreter_bench

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# interpreter_bench

- [ ] uGO
- [ ] Tengo
- [ ] go-lua
- [ ] GopherLua
- [ ] goja
- [ ] starlark-go
- [x] Yaegi
- [ ] gpython
- [ ] otto
- [ ] Anko
- [x] Go (Native)

go native
```
pkg: github.com/umutbasal/interpreter_bench/gonative
BenchmarkFib-8 22 50166874 ns/op
BenchmarkFibtc-8 13989816 81.6 ns/op
```
yaegi
```
pkg: github.com/umutbasal/interpreter_bench/yaegi
BenchmarkFib-8 1 16640457841 ns/op
BenchmarkFibtc-8 57354 20541 ns/op
```