# 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/xu47dyq
爲何 Discord 將衆多服務從 Go 遷移至 Rust
Discord 一直以來都非常重視性能優化。在任何時刻,數百萬用戶在平臺上進行聊天、通話、直播和遊戲,哪怕是微小的性能延遲都可能導致用戶體驗的下降。儘管 Go(Golang)在很長一段時間內爲我們提供了良好的支持,但我們逐漸發現了一些難以解決的性能和延遲問題。在對我們的技術棧進行廣泛的實驗後,Rust 在其他場景中取得了顯著的成功,這讓我們決定嘗試一個大膽的舉措:將一個關鍵的後端服務完全用 Rus ⌘ Read more