Code
- 18 Jun 2021
从应用接口视角看存储系统
今天从数据操作接口的角度聊聊各种各样的持久化存储服务,根据数据的定位方式,我将这些服务分为以下几类: Byte Storage:基于字节定位... - 03 May 2021
IPFS - Content Addressed, Versioned, P2P File System
介绍 今天要介绍的论文是 IPFS - Content Addressed, Versioned, P2P File System。 发表于... - 03 Feb 2021
如何为 TiKV Coprocesser 做贡献
TiDB 是 PingCAP 推出的开源分布式 SQL 数据库,而 TiKV 最初是作为 TiDB 的存储底层设计的,现在已经被 PingC... - 12 Jan 2021
Hugo 基于 DocSearch 实现全文搜索
Algolia 提供的 DocSearch 非常酷炫,但是只面向文档提供服务,像本站这样的博客是不能提交的。最近研究了一下 DocSearc... - 23 Dec 2020
serde-go 开发手记第一期
serde-go 是 serde 的 Golang Port,目标是实现通用且高效的 Golang 数据结构序列化与反序列化。本系列的内容包... - 12 Dec 2020
通过 IPFS 分发文件
从今天开始我的博客会使用 IPFS 来分发文中涉及到的所有附件,目前已经上线了 Paper Reading 系列中的所有论文,访问方式如下:... - 07 Dec 2020
Design and implementation of the Sun network filesystem
介绍 今天要介绍的论文是 Design and implementation of the Sun network filesystem。 ... - 16 Nov 2020
Coda: A Highly Available File System for a Distributed Workstation Environment
介绍 今天要分享的论文是 Coda: A Highly Available File System for a Distributed Wo... - 31 Oct 2020
记 go build -o 的坑
最近在把开源项目的 CI 统一迁移到 Github Action,单元测试使用 Github Hosted Runner,而集成测试则会在我... - 11 Oct 2020
Andrew: a distributed personal computing environment
介绍 今天主要想介绍的是论文 Andrew: a distributed personal computing environment 里面...