tengo icon indicating copy to clipboard operation
tengo copied to clipboard

Bytecode concurrency

Open d5 opened this issue 6 years ago • 3 comments
trafficstars

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

d5 avatar May 03 '19 06:05 d5

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

Darkclainer avatar Nov 04 '19 21:11 Darkclainer

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

geseq avatar Nov 05 '19 03:11 geseq

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.

ozanh avatar Feb 18 '20 20:02 ozanh