# 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/sjxhb2a
Go 泛型基準測試:性能更差還是更好?**
爭做團隊核心程序員,關注「幽鬼」Go1.18 已經發布了,泛型終於正式進入了 Go 語言。那泛型將如何影響性能?讓我們通過對幾個用例進行基準測試來弄清楚。圖片圖片由 Percy Bolmér 拍攝。Takuya Ueda 的 Gopher,Renée French 的原創 Go Gopher(CC BY 3.0) 關於 Go1.18 新特性的文章有很多,討論也不少。其中一個討論是我想寫的一個主題 ⌘ Read more