# 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/vpnhz7q
Go 語言實戰稀疏文件解壓,4 倍提升,多個技巧!!**
前段時間,使用 Golang 寫了個解壓 tar 文件的小工具,速度比 linux 自帶的 tar 要快很多(4、5 倍差距),而且同樣支持稀疏文件,具體關於稀疏文件的解釋,可以參考我這篇文章 Golang 和稀疏文件。前方高能,稍微有點枯燥,但能學到東西:tar 標準包不支持稀疏文件,自己如何支持 如何調用私有方法 如何提升解壓性能 golang tar 解壓--------- ⌘ Read more