Pinned Repositories
Haskell-MMIX
MMIX full system simulator in Haskell (never tested!)
Haskell-RBTree
Red-Black Tree implemetation in Haskell
jos
JOS commits on mit 6.828 experiments
LMDB-SLB
LMDB + Search Lookaside Buffer
lsm-trie
LSM-trie
misc
scripts & tools
rc
bashrc and more
remixdb
RemixDB: A read- and write-optimized concurrent KV store. Fast point and range queries. Extremely low write-amplification.
SLB
Search Lookaside Buffer
wormhole
Wormhole: A concurrent ordered in-memory key-value index with O(log L) search cost (L is search key's length)
wuxb45's Repositories
wuxb45/lsm-trie
LSM-trie
wuxb45/remixdb
RemixDB: A read- and write-optimized concurrent KV store. Fast point and range queries. Extremely low write-amplification.
wuxb45/wormhole
Wormhole: A concurrent ordered in-memory key-value index with O(log L) search cost (L is search key's length)
wuxb45/LMDB-SLB
LMDB + Search Lookaside Buffer
wuxb45/misc
scripts & tools
wuxb45/SLB
Search Lookaside Buffer
wuxb45/Haskell-RBTree
Red-Black Tree implemetation in Haskell
wuxb45/rc
bashrc and more
wuxb45/ADL
My legacy work for my bachelor thesis. But it was sort of master piece.
wuxb45/archiso
fork of archiso scripts
wuxb45/archtap
ArchLinux Systemtap Build tool with auto Kernel compilation
wuxb45/atomictest
wuxb45/dissertation-template
UTA CSE dissertation template (tex)
wuxb45/hot
HOT - Height Optimized Trie
wuxb45/KVell
KVell: the Design and Implementation of a Fast Persistent Key-Value Store
wuxb45/leveldb-wormhole
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
wuxb45/libhot
HOT without cmake. The core implementation is directly taken from the original HOT code. We format the code for readability + make necessary fixes without affecting the core logic. Ultra-wide display is recommended.
wuxb45/libtrace
some obsolete trace converters
wuxb45/linux-custom-archlinux
build custom linux kernel from git
wuxb45/masstree-beta
Beta release of Masstree.
wuxb45/nsf-proposal-latex
An NSF proposal template in LaTeX
wuxb45/opensm-all
Start opensm on all ports
wuxb45/parsec
PARSEC 3.0 benchmark suite patched for the cutting-edge Archlinux
wuxb45/QEMU-Selfie
Selfie (QEMU version 2.2.0)
wuxb45/repltoy
replacement toy
wuxb45/rocksdb
wuxb45/sp19p1
wuxb45/tpccbench
In memory TPC-C implementation. Used for a number of database research projects.
wuxb45/wuxb45.github.io
wuxb45/xv6-public
xv6 OS