Wancheng Long

Results 2 repositories owned by Wancheng Long

miniDB

15
Stars
1
Forks
Watchers

A mini kv database demo that using simplified bitcask storage model with rust implementation. And you can find a tutorial from https://blog.csdn.net/qq_36456827/article/details/125304612.

MemoryBasedBPlusTree

19
Stars
9
Forks
Watchers

An implementation of B+Tree (a multiway search tree based on the memory, i.e., all data records are stored in the memory instead of the disk).