- 授权协议: Apache
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/MagicStack/uvloop
- 软件文档: http://uvloop.readthedocs.io
软件介绍
uvloop是python异步io事件循环第三方实现,基于Node.js底层异步io库libuv,可以轻松替换python标准库asyncio的事件循环,大幅提高io性能。使用方法非常简单:
import asyncio import uvloop asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
Rework
Jason Fried、David Heinemeier Hansson / Crown Business / 2010-3-9 / USD 22.00
"Jason Fried and David Hansson follow their own advice in REWORK, laying bare the surprising philosophies at the core of 37signals' success and inspiring us to put them into practice. There's no jarg......一起来看看 《Rework》 这本书的介绍吧!
