Pinned Repositories
anraft
another raft implement of the paper
async_coro
Asynchronous IO + coroutine, a high performance solution for networking server. You can write code as synchronous model, rather than control state machine by yourself.
intention-lock
multiple granularity lock, intention lock
mongo-rocks
MongoDB storage integration layer for the Rocks storage engine
PSA
Python String Automata
ranklist
lnN query rank, lnN delete and insert, lnN query page, nlnn build ranklist
rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
skiplist
skiplist
wolfkdy's Repositories
wolfkdy/skiplist
skiplist
wolfkdy/intention-lock
multiple granularity lock, intention lock
wolfkdy/PSA
Python String Automata
wolfkdy/async_coro
Asynchronous IO + coroutine, a high performance solution for networking server. You can write code as synchronous model, rather than control state machine by yourself.
wolfkdy/mongo-rocks
MongoDB storage integration layer for the Rocks storage engine
wolfkdy/ranklist
lnN query rank, lnN delete and insert, lnN query page, nlnn build ranklist
wolfkdy/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
wolfkdy/anraft
another raft implement of the paper
wolfkdy/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
wolfkdy/cyclic_reference_finder
wolfkdy/gflags
The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Online documentation available at:
wolfkdy/kd_tree
kd_tree insert, dynamic_build, delete, likely_nn
wolfkdy/mongo
The MongoDB Database
wolfkdy/nex
Lexer for Go