Pinned Repositories
ardb
A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
Bear
Bear is a tool that generates a compilation database for clang tooling.
caffe
Caffe: a fast framework for deep learning. For the most recent version checkout the dev branch. For the latest stable release checkout the master branch.
leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
libev
Full-featured high-performance event loop loosely modelled after libevent
libevent
A public libevent repository. The official repository is at https://github.com/libevent/libevent
libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
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.
rtags
A c/c++ client/server indexer for c/c++/objc[++] with integration for Emacs based on clang.
VIM
simplify vimrc
trevor211's Repositories
trevor211/VIM
simplify vimrc
trevor211/caffe
Caffe: a fast framework for deep learning. For the most recent version checkout the dev branch. For the latest stable release checkout the master branch.
trevor211/ardb
A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
trevor211/Bear
Bear is a tool that generates a compilation database for clang tooling.
trevor211/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
trevor211/libev
Full-featured high-performance event loop loosely modelled after libevent
trevor211/libevent
A public libevent repository. The official repository is at https://github.com/libevent/libevent
trevor211/libzmq
ZeroMQ core engine in C++, implements ZMTP/3.1
trevor211/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.
trevor211/rtags
A c/c++ client/server indexer for c/c++/objc[++] with integration for Emacs based on clang.
trevor211/bookkeeper
Apache BookKeeper - a scalable, fault tolerant and low latency storage service optimized for append-only workloads
trevor211/chromium
The official GitHub mirror of the Chromium source
trevor211/f-stack
F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
trevor211/FlameGraph
Stack trace visualizer
trevor211/java-design-patterns
Design patterns implemented in Java
trevor211/jemalloc_test
Drive program for jemalloc for debugging purpose
trevor211/KeyDB
A Multithreaded Fork of Redis
trevor211/logcabin
LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their core metadata and is helpful in solving cluster management issues.
trevor211/memcached
memcached development tree
trevor211/nng
nanomsg-next-generation -- light-weight brokerless messaging
trevor211/os-tutorial
How to create an OS from scratch
trevor211/pika
Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team
trevor211/raft.tla
TLA+ specification for the Raft consensus algorithm
trevor211/rax
A radix tree implementation in ANSI C
trevor211/rebloom
Bloom Filter Datatype for Redis
trevor211/redigo
Go client for Redis
trevor211/server
MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.
trevor211/tcconfig
A simple tc command wrapper tool. Easy to setup traffic control of network bandwidth/latency/packet-loss/packet-corruption to network interfaces.
trevor211/vim-rtags
Vim bindings for rtags, llvm/clang based c++ code indexer.
trevor211/xv6-riscv
Xv6 for RISC-V