zhongch4g's Stars
ohad-rodeh/bt
COW b-trees
filebench/filebench
File system and storage benchmark that uses a custom language to generate a large variety of workloads.
xrp-project/XRP
XRP: In-Kernel Storage Functions with eBPF
BLepers/KVell
KVell: the Design and Implementation of a Fast Persistent Key-Value Store
khb84341/FDP-Project
FDP Project (Storage Architecture, fall, 2024)
apache/kvrocks
Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
kshk123/hashMap
A concurrent thread-safe hash map implemented in C++
devashishp/FMS
Resources for my talk on Controllers, ZNS, and FDP SSDs at FMS 2023
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
CMU-SAFARI/MQSim
MQSim is a fast and accurate simulator modeling the performance of modern multi-queue (MQ) SSDs as well as traditional SATA based SSDs. MQSim faithfully models new high-bandwidth protocol implementations, steady-state SSD conditions, and the full end-to-end latency of requests in modern SSDs. It is described in detail in the FAST 2018 paper by Arash Tavakkol et al., "MQSim: A Framework for Enabling Realistic Studies of Modern Multi-Queue SSD Devices" (https://people.inf.ethz.ch/omutlu/pub/MQSim-SSD-simulation-framework_fast18.pdf)
buildroot/buildroot
Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at https://gitlab.com/buildroot.org/buildroot/. Do not open issues or file pull requests here.
LPD-EPFL/ASCYLIB
ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists, binary search trees, queues, and stacks.
kjobanputra/concurrentBPlusTree
fmtlib/fmt
A modern formatting library
MoatLab/FEMU
FEMU: Accurate, Scalable and Extensible NVMe SSD Emulator (FAST'18)
lemire/testingRNG
Testing common random-number generators (RNG)
wangyi-fudan/wyhash
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
Nicoshev/rapidhash
Very fast, high quality, platform-independent hashing algorithm.
abseil/abseil-cpp
Abseil Common Libraries (C++)
multifacet/Bypassd
Bypassd is a novel I/O architecture that provides low latency access to shared SSDs.
anuj7781/io-passthru
io-passthru evaluation scripts
troydhanson/uthash
C macros for hash tables and more
westerndigitalcorporation/zenfs
ZenFS is a storage backend for RocksDB that enables support for ZNS SSDs and SMR HDDs.
howardlau1999/server-programming-guide
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
akopytov/sysbench
Scriptable database and system performance benchmark
facebook/CacheLib
Pluggable in-process caching engine to build and scale high performance services
SJTU-IPADS/PowerInfer
High-speed Large Language Model Serving for Local Deployment
academicpages/academicpages.github.io
Github Pages template based upon HTML and Markdown for personal, portfolio-based websites.
dogukanozdemir/C-LRU-CACHE
A LRU cache Implementation in C