# 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/pmgup6q
fasthttp 爲什麼比標準庫快 10 倍 ?**
概述\\-\\- fasthttp 是一個使用 Go 語言開發的 HTTP 包,主打高性能,針對 HTTP 請求響應流程中的 hot path 代碼進行了優化,達到零內存分配,性能比標準庫的 net/http 快 10 倍。上面是來自官方 Github 主頁的項目介紹,拋開其介紹內容不談,光從名字本身來看,作者對項目代碼的自信程度可見一斑。本文不會講解 fasthttp 的應用方法,而是會重點分析 fa ⌘ Read more