buddhavs's Stars
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
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.
AnthonyCalandra/modern-cpp-features
A cheatsheet of modern C++ language and library features.
catchorg/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
statsd/statsd
Daemon for easy but powerful stats aggregation
Tencent/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
twitter/twemproxy
A fast, light-weight proxy for memcached and redis
google/benchmark
A microbenchmark support library
ipkn/crow
Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
Yelp/dumb-init
A minimal init system for Linux containers
microsoft/GSL
Guidelines Support Library
anordal/shellharden
The corrective bash syntax highlighter
boostorg/beast
HTTP and WebSocket built on Boost.Asio in C++11
ericniebler/range-v3
Range library for C++14/17/20, basis for C++20's std::ranges
SRombauts/SQLiteCpp
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
skarupke/flat_hash_map
A very fast hashtable
json-schema-org/understanding-json-schema
A website aiming to provide more accessible documentation for JSON schema.
pmem/pmdk
Persistent Memory Development Kit
jpr5/ngrep
ngrep is like GNU grep applied to the network layer. It's a PCAP-based tool that allows you to specify an extended regular or hexadecimal expression to match against data payloads of packets. It understands many kinds of protocols, including IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Raw, across a wide variety of interface types, and understands BPF filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.
joboccara/NamedType
Implementation of strong types in C++
catchorg/Clara
A simple to use, composable, command line parser for C++ 11 and beyond
LiveAsynchronousVisualizedArchitecture/simdb
A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store
Abc-Arbitrage/Disruptor-cpp
Port of LMAX Disruptor to C++
TeaEntityLab/fpGo
Monad, Functional Programming features for Golang
3rdparty/libprocess
Library that provides an actor style message-passing programming model (in C++).
claudebarthels/infinity
A lightweight C++ RDMA library for InfiniBand networks.
3rdparty/stout
A C++ library for building sturdy software.
socketpair/nltrace
nltrace
unprotocols/rfc
Unprotocols RFC
lichray/randint
std::rand replacement for C++