每日 Harness 开源 · Source
返回本期 · Back to 2026-08-11

博客文章 · Blog Posts2026-08-11 · Tuesday, August 11, 2026

SQLite compressed text-history prototypes

simonwillison.net原文 ↗

SQLite compressed text-history prototypes
Simon Willison 的原型比较 JSON、zlib、zstd 在 SQLite 中保存文本修订历史的布局,探讨单文件数据库如何兼顾压缩、版本读取和实现复杂度。它是实验性数据模型而非完整协作系统,digest 未提供压缩比或读写 benchmark。值得注意的是,压缩策略会直接影响 diff 查询和审计回放,而不只是磁盘占用。
浏览

评论 · Comments