# 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/wklmpca
evio 原理解析**
圖片拍攝於2022年11月26日 大屋頂之前分析過go自帶的netpoll,以及自建的網絡框架gnet。這類框架還有:evio、gev、nbio、cloudwego/netpoll(字節的)爲什麼會出現這麼多自建框架? 我覺得逃不過三點,自帶的 netpoll 滿足不了一些特殊場景。 其他實現設計存在侷限性,存在優化空間。 程序員都喜歡自己造輪子。 另外,這類框架都是基於 sy ⌘ Read more