Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umutbasal/interpreter_bench
https://github.com/umutbasal/interpreter_bench
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/umutbasal/interpreter_bench
- Owner: umutbasal
- Created: 2021-05-31T13:44:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T13:51:17.000Z (over 3 years ago)
- Last Synced: 2024-06-21T19:53:52.782Z (5 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```