Some fascinating computer science papers and my reading notes.
Including but not limited to the topics:
-
Database
-
Operating System
-
Programming language
-
Distributed System
-
DevOps
-
Algorithm
-
...
ListDB: Union of Write-Ahead Logs and Persistent SkipLists for Incremental Checkpointing on Persistent Memory
-
my sharing on Lark Docs: OSDI 22 - ListDB
-
source code: DICL/listdb
- source code: tstamler/zIO
- source code: wuxb45/remixdb
Closing the B+-tree vs. LSM-tree Write Amplification Gap on Modern Storage Hardware with Built-in Transparent Compression
- source code: SymbioticLab/Hydra