# 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/wk6fbua
節約千臺容器,Go 程序性能瓶頸實戰分析**
淨是拿比自己弱的人當對手,不可能有意思。沒有人能一看到謎題就瞬間解出答案。讀到一半就知道犯人的推理小說真是無聊透頂。將自身能力發揮至極限去解開問題,這時才能把知識變成自己的東西。 —青木峯郎《Ruby 源代碼完全解讀》              當我們對 Go 程序進行性能分析時,一般想到的方式是 Pprof 提供的一系列工具分析 CPU 火焰圖、內存佔用。誠然,通過分析 cpu 耗時最多的流 ⌘ Read more