Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.
Get Feedercodedump.info
Get the latest updates from codedump directly as they happen.
Follow now 59 followers
Last updated 2 months ago
about 2 years ago
周刊目录 2022年 周刊(第14期):重读Raft论文中的集群成员变更算法(二):实践篇 周刊(第13期):重读Raft论文中的集群成员变更算法(一):理
over 2 years ago
引言:本文梳理sqlite并发读写方案的演进之路。 sqlite并发读写的演进之路 概论 sqlite底层的存储基于B-tree,B-Tree对底层存储的基
almost 3 years ago
引言:《Efficient Locking for Concurrent Operations on B-Trees 》论文中提出了一种称为“Blink-Tree”的数据结构,这个数据结构提供了B+Tree并发访问的一些优化方式,
almost 3 years ago
引言:本文使用大量的图例,同时没有难懂的公式,意图解释清楚一致性模型要解决什么问题,以及三种一致性模型:顺序一致性、线性一致性、因果一致性。 图解一致性
almost 3 years ago
引言:在分布式系统中,由于有多个机器(进程)在一起协调工作,于是如何定义分布式系统中事件的先后顺序就成了难题,本文介绍论文 《Time, Clocks, and the Ordering of Events in a
almost 3 years ago
引言:本文介绍Rust并发安全相关的几个概念:Send、Sync、Arc,Mutex、RwLock等之间的联系。这是其中的下篇,主要介绍Arc,Mut
almost 3 years ago
引言:本文介绍Rust并发安全相关的几个概念的几个概念:Send、Sync、Arc,Mutex、RwLock等之间的联系。这是其中的上篇,主要介绍Se
almost 3 years ago
引言:本文介绍我理解的“卡片式笔记法”,以及我的笔记实践、工具等。 网状的思考,线性的写作 现实世界中的思考 我们的脑子,可能每时每刻都在进行着一些思考:走
almost 3 years ago
引言:在Paxos、Raft这类一致性算法的描述里,经常会看到Majority、Quorum这两个词,在以前我以为都是表达“半数以上”的含义,最近才发
almost 3 years ago
引言:ARIES(Algorithm for Recovery and Isolation Exploiting Semantics的简称)是论文《ARIES: A Transaction Recovery Method Supporting...
almost 3 years ago
引言:ARIES(Algorithm for Recovery and Isolation Exploiting Semantics的简称)是论文《ARIES: A Transaction Recovery Method Supporting...