# 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/i7kpoca
手撕 Golang 高性能內存緩存庫 bigcache
前言-----你好哇!我是小翔。之前寫了三篇 #Golang 併發編程 的文章了,這次來換換口味,開個 手撕源碼 的新坑!一起來扒一扒 Go 語言高性能 local cache 庫 bigcache,看看能不能把開源大佬們的騷操作帶到項目裏去裝一裝(?)爲什麼要學習開源項目-------------個人認爲學習開源項目的收益:跟進社區,不做井底之蛙 看到一個開源項目,可以思考下:大佬們最近都在解決 ⌘ Read more