# 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/yf7vuja
用 Go 基於 epoll 實現一個最小化 IO 庫**
圖片拍攝於 2023 年 04 月 27 日 日本鎌倉各位大佬,還不會 iouring,輕噴。不鴿了不🐦了。 目前 Go 圈有很多款異步的網絡框架: evio,nbio,gnet,cloudwego/netpoll......,排名不分先後。這裏面最早的實現是 evio。evio 也存在一些問題,之前也寫過 evio 文章介紹過。其他比如 nbio 和 gnet 也寫過一些源碼分析。這些框架在應 ⌘ Read more