# 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/4a4vnja
Go 語言 JSON 解析屆頂流:Sonic**
Sonic 是字節跳動開源的一款 Go 語言 JSON 解析庫,按照官方的說法:Sonic 是一個速度奇快的 JSON 序列化 / 反序列化庫,由 JIT (即時編譯)和 SIMD (單指令流多數據流)加速。 對於所有大小的 json 和所有使用場景, Sonic 表現均爲最佳。 自 2021 年 7 月份發佈以來,Sonic 已被抖音、今日頭條等業務採用,累計爲字節跳動節省了數十萬 ⌘ Read more