https://github.com/socketry/lightio
做了几个月的开源项目,目前完成度还可以。想法来自于 gevent,给 ruby 提供绿色线程,并且可以用 monkey patch 替换所有的原生线程(类似 goroutine 这样)。
算是给 ruby 弥补下没有 gevent 的遗憾,实现上也大量借鉴了 gevent,因为 ruby 支持 Fiber 不需要自己来实现类 coroutine 的功能,省下很多功夫。
跑下简单的 http 测试,效率大致与 native thread 相当 https://github.com/socketry/lightio/blob/master/examples/http_requests.rb
欢迎 star & 贡献!
1
cloudyplain 2018-02-11 09:15:22 +08:00
虽然不用 ruby,支持下
|