Replies: 1 comment
-
Any comments? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm one of the maintainers of Photon, a modern coroutine library that is deployed in production at scale in Alibaba. And I also have past experiences of using state-threads in a major project, during which I even reported an issue to SRS's fork of ST.
I have recently written a compatibility layer for Photon to emulate ST. It passed all UTs of ST. The layer aims to be 100% compatible to ST in compilation, and possibly in linking (simply replace libst.a/so with libphoton.a/so);
So I'd like to propose Photon as an alternative coroutine implementation for SRS for the following reasons:
Beta Was this translation helpful? Give feedback.
All reactions