# 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/xey3thq
詳解全網最快 Go 泛型跳錶【內附源碼】**
導讀 \\| 今年開發者期盼已久的、泛型的 go1.18 發佈了,但目前基於泛型的容器實現案例很稀缺。騰訊後臺開發工程師陳峯實現了一套類似 C++ 中 STL 的容器和算法庫。其中有序的 Map 用跳錶實現,並優化到極致性能。本文作者將分享優化的思路並公開源碼,供各位開發者參考。 背景 最近一年我們用 Go 語言實現的業務系統至少 70%,因此我們 Review 了大量的 Go 代碼,也看了很多相 ⌘ Read more