# 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/cutb35q
7 年後,發現用 Go 實現 CockroachDB 是正確的選擇**
大家好,我是程序員幽鬼。分享 CockroachDB 團隊使用 Go 的體會。 在 7 年前(2051 年 11 月 3 日),選擇用 Go 實現 CockroachDB。現在回顧當初的選擇。許多開發人員問我們的第一個問題是,我們在使用垃圾收集語言 Go 編寫分佈式數據庫方面的經驗是什麼。JVM 垃圾收集是出了名的昂貴(耗資源),所以我們用 Go 構建 CockroachDB 不是冒性能風險嗎?事 ⌘ Read more