d5 / tengo

A fast script language for Go
https://tengolang.com
MIT License
3.55k stars 302 forks source link

Bytecode concurrency #202

Open d5 opened 5 years ago

d5 commented 5 years ago

We need to investigate and make sure the compiled bytecode is re-usable by multiple VM instances and is concurrent safe as well.

Darkclainer commented 5 years ago

Hello, is this direction abandoned, or you are waiting for volunteers?

geseq commented 5 years ago

It’s not abandoned, but there has been little time recently to work on major improvements so contributions would be welcome.

ozanh commented 4 years ago

Hi, for testing bytecode concurrency if it is enough to run a fat tengo script with enabled race detector and spawning a lot of goroutines to run scripts concurrently for a long time, I can try to do that if you like.