Pinned Repositories
terark-fuse
terarkdb-tests
benchmark for terarkdb
6.824-mapreduce-2016
checkpoint_simulator
CLAIMS
Claims is an in-memory parallel database prototype, which runs on clusters of shared-nothing servers and provides efficient and scalable data analysis.
filebench_with_tpch_data
future_net
2016年华为软件精英挑战赛冠军代码
mk-redis
I will implement the mk algorithm in redis.The mk algorithm can eliminate the latency peak when redis is making a snapshot.
pp-redis
Redis with PIng-Pong algorithm.
Zigzag-redis-3.0
slfs007's Repositories
slfs007/future_net
2016年华为软件精英挑战赛冠军代码
slfs007/checkpoint_simulator
slfs007/mk-redis
I will implement the mk algorithm in redis.The mk algorithm can eliminate the latency peak when redis is making a snapshot.
slfs007/pp-redis
Redis with PIng-Pong algorithm.
slfs007/Zigzag-redis-3.0
slfs007/6.824-mapreduce-2016
slfs007/filebench_with_tpch_data
slfs007/cn
personal blog
slfs007/dot-vimrc
Maple's vim config files
slfs007/engineering-blogs
A curated list of engineering blogs
slfs007/fast_checkpoint_test
slfs007/gitskills
slfs007/h-store
H-Store Distributed Main Memory OLTP Database System
slfs007/hosts
:statue_of_liberty:最新可用的google hosts文件
slfs007/How-to-Make-a-Computer-Operating-System
How to Make a Computer Operating System in C++
slfs007/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
slfs007/LL-REDIS
slfs007/mk-redis-v3
Redis with new checkpoint algorithm.
slfs007/numa_experiment
slfs007/ofxTimeMeasurements
OpenFrameworks add-on to easily measure execution times on different parts of your code.
slfs007/openholdembot
Automatically exported from code.google.com/p/openholdembot
slfs007/openholdembot-1
Automatically exported from code.google.com/p/openholdembot
slfs007/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
slfs007/redis-py
Redis Python Client
slfs007/redis_latency_test
slfs007/SLFS
This is my first
slfs007/slfs007
slfs007/slfs007.github.io
slfs007/vscode
Visual Studio Code
slfs007/ZZ-Redis
Redis with Ziazag