Skip to content

Commit

Permalink
Merge pull request balloonwj#2 from JameyWoo/patch-1
Browse files Browse the repository at this point in the history
Update leveldb源码分析2.md
  • Loading branch information
balloonwj committed Jul 14, 2021
2 parents 83806a9 + ad26b95 commit dff09bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/leveldb源码分析/leveldb源码分析2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

轻松一刻,前面约定中讲过Leveldb使用了很多VarInt型编码,典型的如后面将涉及到的各种key。其中的**编码、解码函数分为VarInt和FixedInt两种**。int32和int64操作都是类似的。

#### 3.1 Decode
#### 3.1 Eecode

首先是**FixedInt编码**,直接上代码,很简单明了。

Expand Down

0 comments on commit dff09bb

Please sign in to comment.