Pinned Repositories
asmjit
Low-latency machine code generation
bustub
The BusTub Relational Database Management System (Educational)
chibicc
A small C compiler
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
dotfiles
My personal development configuration
fast_float
Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium and WebKit/Safari
lz4
Extremely Fast Compression algorithm
mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
mold
Mold: A Modern Linker π¦
xv6-labs-2022
xv6-labs-2022 solutions
the-die's Repositories
the-die/xv6-labs-2022
xv6-labs-2022 solutions
the-die/bustub
The BusTub Relational Database Management System (Educational)
the-die/chibicc
A small C compiler
the-die/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
the-die/dotfiles
My personal development configuration
the-die/fast_float
Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium and WebKit/Safari
the-die/folly
An open-source C++ library developed and used at Facebook.
the-die/jemalloc
the-die/json-tutorial
δ»ιΆεΌε§η JSON εΊζη¨
the-die/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
the-die/libaco
A blazing fast and lightweight C asymmetric coroutine library π β πβ π
the-die/lz4
Extremely Fast Compression algorithm
the-die/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
the-die/misc
Miscellaneous
the-die/mold
Mold: A Modern Linker π¦
the-die/kcp
:zap: KCP - A Fast and Reliable ARQ Protocol
the-die/kilo
A text editor in less than 1000 LOC with syntax highlight and search.
the-die/libtree
ldd as a tree
the-die/linux
Linux kernel source tree
the-die/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
the-die/mini-lsm
A tutorial of building an LSM-Tree storage engine in a week!
the-die/muduo
Event-driven network library for multi-threaded Linux server in C++11
the-die/rCore-Tutorial-v3
Let's write an OS which can run on RISC-V in Rust from scratch!
the-die/re1
https://code.google.com/archive/p/re1/
the-die/risinglight
An educational OLAP database system.
the-die/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
the-die/xv6-riscv
Xv6 for RISC-V