wangtZJU's Stars
rothgar/awesome-tmux
A list of awesome resources for tmux
google/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
gregrahn/tpcds-kit
TPC-DS benchmark kit with some modifications/fixes
pingcap/awesome-database-learning
A list of learning materials to understand databases internals
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
trinodb/trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
JCTools/JCTools
shfshanyue/fp-jargon-zh
函数式编程术语及示例。本项目译自 https://github.com/hemanth/functional-programming-jargon
LucaCanali/Miscellaneous
Includes notes on using Apache Spark in general, notes on using Spark for Physics, how to run TPCDS on PySpark, how to create histograms with Spark, tools for performance testing CPUs, Jupyter notebooks examples for Spark, examples for Oracle and other DB systems.
Netflix/Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
rigtorp/awesome-lockfree
A collection of resources on wait-free and lock-free programming
google/fonts
Font files available from Google Fonts, and a public issue tracker for all things Google Fonts
apache/curator
Apache Curator
apache/zookeeper
Apache ZooKeeper
0xAX/linux-insides
A little bit about a linux kernel
scala-exercises/scala-exercises
The easy way to learn Scala.
airlift/airline
Java annotation-based framework for parsing Git like command line structures
begeekmyfriend/bplustree
A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
luohaha/libel
An event-driven library.
microsoft/X-Mem
Extensible Memory Benchmarking Tool
goraft/raft
UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
rigtorp/ipc-bench
Latency benchmarks of Unix IPC mechanisms
mintomic/mintomic
[deprecated] For native C atomics, see Turf instead
kayaklee/uthread
A simple coroutine
ohmyzsh/ohmyzsh
🙃 A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
apache/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
mtdvio/every-programmer-should-know
A collection of (mostly) technical things every software developer should know about
gfreewind/LinuxDetails
Investigate on the details of Linux programming
pmem/pmdk
Persistent Memory Development Kit