# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/2bkszaq
Go 網絡庫 Gnet 解析**
圖片拍攝於 2022 年 6 月 5 日 杭州  勇士總冠軍!!!距離上次寫文章過了一月有餘,這段時間着實太躺了。以至於昨晚做了一個噩夢,醒來的時候狠狠的抽了自己兩巴掌,不能這麼躺了。上面當然是個笑話。開篇上一篇 Go netpoll 大解析我們分析了 Go 原生網絡模型以及部分源碼,絕大部分場景下 (99%),使用原生 netpoll 已經足夠了。但是在一些海量併發連接下,原生 netpoll ⌘ Read more