mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 22:28:47 -05:00
[PR #3027] [MERGED] Add picows library to WebSocket section #13650
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/3027
Author: @tarasko
Created: 4/5/2026
Status: ✅ Merged
Merged: 4/7/2026
Merged by: @JinyangWang27
Base:
master← Head:master📝 Commits (2)
e078d5bAdd picows library to WebSocket sectionf63c9f8Update 'picows' entry in README📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Project
picows - ultra-fast WebSocket clients and servers for asyncio
Why This Project Is Awesome
How It Differs
picows is exceptionally fast! It was born as a part of an algorithmic trading project where clients have to process more than 10k messages per second (typically very small, less than 512 bytes) during market activity spikes and without accumulating latency or any opaque message queuing. There is simply no other library in Python that is up to this task.
That being said, picows performs great across all message sizes.
There is a separate repo with the benchmarks here
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.