TGTGInsighttelegram intelligenceLIVE / telegram public index
← Find Blog👁发现博客

TGINSIGHT SIMILAR POSTS

查找相似内容

Source channel @FindBlog · Post #473 · 7月1日

#博客 wulujia 的父亲,上世纪五十年代的厦门大学毕业生,化学系,八十多岁了还在记录生活、写博客,博客内容非常丰富,很喜欢这种真诚的、娓娓道来的故事。喜欢,佩服。博客: https://wuwufu.com/

Hashtags

Results

找到 1 条相似帖子

搜索 #uvloop

当前筛选 #uvloop清除筛选
djangoproject

@djangoproject · Post #170 · 2016/09/22 14:27

https://pypi.python.org/pypi/uvloop #uvloop is a fast, drop-in replacement of the built-in #asyncio event loop. uvloop is released under the MIT license. uvloop and asyncio, combined with the power of async/await in Python 3.5, makes it easier than ever to write high-performance #networking code in Python. uvloop makes asyncio fast. In fact, it is at least 2x faster than #nodejs, #gevent, as well as any other Python #asynchronous framework. The performance of uvloop-based asyncio is close to that of Go programs.