Asynchronous network IO using r: Any existing pack

2019-02-15 20:43发布

Are there any R-project packages that facilitate asynchronous network IO? I'm think here along the lines of Ruby's Eventmachine or Python's Twisted. If there are several such packages/libraries which is the best in terms of: - performance - features

1条回答
Deceive 欺骗
2楼-- · 2019-02-15 21:23

First of all, R is single-threaded, so typically people try to use parallel computing approaches (see, for instance, the snow package). I don't think there's anything quite like Eventmachine or Twisted.

Check out the following:

查看更多
登录 后发表回答