Pinned Repositories
ioengine
IO engine library supports BufferedIO/DirectIO/AsyncIO and provides a unified file operation interface.
fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
gossip
Golang package for gossip based membership and failure detection.
kv-sql
A stress test server for rocksdb and mysql.
pool
Connection pool for Go's grpc client with supports connection reuse.
rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
seastar
High performance server-side application framework
shimingyah.github.io
A personal blog built on github.
ssh
ssh tools under mac env
wisckey
Wisckey implemented the Paper: Separating Keys from Values in SSD-Conscious Storage.
shimingyah's Repositories
shimingyah/pool
Connection pool for Go's grpc client with supports connection reuse.
shimingyah/wisckey
Wisckey implemented the Paper: Separating Keys from Values in SSD-Conscious Storage.
shimingyah/shimingyah.github.io
A personal blog built on github.
shimingyah/ssh
ssh tools under mac env
shimingyah/gossip
Golang package for gossip based membership and failure detection.
shimingyah/fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
shimingyah/kv-sql
A stress test server for rocksdb and mysql.
shimingyah/mds
A high-performance metadata server for filesystem
shimingyah/openkvs
Distributed and strongly consistent kv storage.
shimingyah/raft
Go implementation of the Raft distributed consensus protocol based on etcd/raft.
shimingyah/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
shimingyah/seastar
High performance server-side application framework
shimingyah/badger
Fast key-value DB in Go.
shimingyah/ceph_study
ceph学习资料整理
shimingyah/cobra
A Commander for modern Go CLI interactions
shimingyah/conference
shimingyah/diagrams
diagrams from https://app.diagrams.net/
shimingyah/dpdk
Mirror of Data Plane Development Kit, git://dpdk.org/dpdk (http://dpdk.org)
shimingyah/dragonboat
A feature complete and high performance multi-group Raft library in Go.
shimingyah/go-fuse
FUSE bindings for Go
shimingyah/go-grpc-middleware
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
shimingyah/Go-Questions
从问题切入,串连 Go 语言相关的所有知识,融会贯通。
shimingyah/kvbench
Server for benchmarking pure Go key/value databases
shimingyah/leveldb_more_annotation
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
shimingyah/memberlist
Golang package for gossip based membership and failure detection
shimingyah/nff-go
NFF-Go -Network Function Framework for GO (former YANFF)
shimingyah/notes
🔥 技术笔记 ( 高性能/分布式/kubernetes/golang/kv引擎等 )
shimingyah/pmdk
Persistent Memory Development Kit
shimingyah/sofa-jraft
A production-grade java implementation of RAFT consensus algorithm.
shimingyah/template
A common project template for golang,c++.