Keep in mind, I am good friends with the Stackless maintainers, worked with Stackless professionally, and this project has had a lot of input from them. Richard (rmtew) is also a central Stackless figure. Richard has…
The benchmarks weren't really fair. Go was using it's reflection-based select. I will publish some new benchmarks (with an idiomatic Go switch select) soon, since someone is finishing a PR with that change. I am not…
Hi ceptorial, I have toyed around with this a lot. Ultimately goless is just a wrapper over stackless a gevent, which bother offer monkeypatches for the stdlib. So if you want this behavior, you can just monkeypatch…
I changed it to "relatively few." We actually have several thousand altogether, but we have a lot of code. I don't want to discourage the great progress we've made.
Keep in mind, I am good friends with the Stackless maintainers, worked with Stackless professionally, and this project has had a lot of input from them. Richard (rmtew) is also a central Stackless figure. Richard has…
The benchmarks weren't really fair. Go was using it's reflection-based select. I will publish some new benchmarks (with an idiomatic Go switch select) soon, since someone is finishing a PR with that change. I am not…
Hi ceptorial, I have toyed around with this a lot. Ultimately goless is just a wrapper over stackless a gevent, which bother offer monkeypatches for the stdlib. So if you want this behavior, you can just monkeypatch…
I changed it to "relatively few." We actually have several thousand altogether, but we have a lot of code. I don't want to discourage the great progress we've made.