- 授权协议: Apache
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://pykka.readthedocs.org/
- 软件文档: http://pykka.readthedocs.org/en/latest/index.html
软件介绍
Pykka 项目的目的是为 Python 提供了易用的并发操作抽象层,使用 Actor 模式。
Pykka 提供了 Actor API ,包含两种不同的实现:
- ThreadingActor is built on the Python Standard Library’s threading and Queue modules, and has no dependencies outside Python itself. It plays well together with non-actor threads.
- GeventActor is built on the gevent library. gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. It is generally faster, but doesn’t like playing with other threads.
Pykka 的名称来源于 JVM 的 Akka,但这并不是 Akka 的 Python 语言移植。
算法技术手册(影印版第2版)(英文版)
(美)乔治·T·海涅曼//加里·波利斯//斯坦利·塞克欧 / 东南大学 / 2017-10-01 / 96.0
一起来看看 《算法技术手册(影印版第2版)(英文版)》 这本书的介绍吧!
