# 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/4qghhtq
Ristretto 簡介:一個高性能 GO 緩存**
這個博客登上了 Golang subreddit[1] 的頂部,並且在 Hacker News[2] 的 trending 上排在前十位。一定要在那裏參與討論,並通過給我們一個 star[3],表達對我們的喜歡。經過六個月的研發,我們自豪地宣佈緩存 Ristretto[4]:一個高性能、併發、可設置內存上限的 Go 緩存的初始版本。他是抗爭用、擴展性好、提供穩定的高命中率。前言這一切都始於 Dgr ⌘ Read more