Category
Code
- 通过 IPFS 分发文件从今天开始我的博客会使用 IPFS 来分发文中涉及到的所有附件,目前已经上线了 Paper Reading 系列中的所有论文,访问方式如下:...2 min
- Design and implementation of the Sun network filesystem介绍 今天要介绍的论文是 Design and implementation of the Sun network filesystem 。...5 min
- Coda: A Highly Available File System for a Distributed Workstation Environment介绍 今天要分享的论文是 Coda: A Highly Available File System for a Distributed Wo...6 min
- 记 go build -o 的坑最近在把开源项目的 CI 统一迁移到 Github Action,单元测试使用 Github Hosted Runner,而集成测试则会在我...5 min
- Andrew: a distributed personal computing environment介绍 今天主要想介绍的是论文 Andrew: a distributed personal computing environment 里面...5 min
- go-locale: 想当然导致的 BUG 们go-locale 是一个跨平台语言检测库,前段时间刚刚发布了 v1.0.0 ,开发的过程中出现了不少想当然导致的问题,本文做了一些整理。 ...4 min
- TOCS '13: 分布式 Shared Log - CORFUCORFU 是 Clusters of Raw Flash Units 的缩写,同时也是希腊靠近 Paxos 的一个小岛(比 Paxos 大...9 min
- qingsotr/log: 为关键业务场景设计的 Logger作为一个服务可观察性的重要组成部分,日志会出现在代码的任何地方,这使得日志库本身的性能和可靠性也会影响到服务本身。为了在不影响可观察性的前提...9 min
- ASPLOS '20: Hermes 复制协议一个遥远的城邦过着自给自足的生活,每个人都独立自主,诚实守信,互相信任,城邦中所有的事情都通过民主的方式决定。但是他们基础设施很差劲,投出去...6 min
- (我的) Golang 错误处理最佳实践在开发 storage 库的过程中,我设计并实现了一套 Golang 错误处理的规范。原始的提案和规范可以参考 Proposal: Erro...3 min
- Rewrite Bigdata in RustRust is gaining popularity in data infrastructure, with more new syste...4 min
- Baking An Open Source CakeJuly 20th is my birthday. I was disappointed today when my pre-ordered...2 min
- From icelake to Iceberg RustTL;DR Icelake has been sunset, use iceberg-rust instead. Iceberg-rust ...4 min
- Xuanwo's VISION: Data FreedomAfter many years of coding, my passion for the field has grown stronge...3 min
- How to Condense 800 Integration Tests into 80, Losslessly?Integration testing is a crucial component of production-ready project...9 min
- What I Talk About When I Talk About Query Optimizer (Part 1): IR DesignI recently came across an insightful article on SQL Query Optimizers b...31 min
- Why SQL hang for exactly 940s? TCP and Async Rust!Time for us to start another journey. We'll delve into an SQL hang iss...13 min
- Rust std fs slower than Python!? No, it's hardware!I'm about to share a lengthy tale that begins with Apache OpenDAL™ op....23 min
- Databases Support in Apache OpenDAL™Apache OpenDAL™ is a data access layer that allows users to easily and...4 min
- serde-go 开发手记第一期serde-go 是 serde 的 Golang Port,目标是实现通用且高效的 Golang 数据结构序列化与反序列化。本系列的内容包...8 min