Building Systems
menu
about
Github
show more ▾
Twitter
about
Github
Twitter
BitCask a hash table based merge tree
2024.06.21
:: {
programming
,
papers
}
Bitcask is a key value store built on top of the principals of a hash table combined with the semantics of an LSM tree. This article is some notes from reading the original paper.
read more →
My incremental approach to error handling in Rust
2018.08.13
:: {
programming
,
rust
}
My journey through different languages
2018.03.23
:: {
programming
,
career
}
Iterating over an array in c
2017.10.04
:: {
programming
,
c
}
Remember kids `dict.copy()` is a shallow copy
2016.02.27
:: {
programming
,
python
}