Pinned Repositories
abseil-cpp
Abseil Common Libraries (C++)
architect-awesome
后端架构师技术图谱
awesome-lockfree
A collection of resources on wait-free and lock-free programming
awesome-modern-cpp
A collection of resources on modern C++
bpftrace
High-level tracing language for Linux eBPF
brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called "baidu-rpc" inside Baidu.
c2clat
A tool to measure CPU core to core latency
CharConv
Fast integer to string and string to integer conversion functions
conference
tedqian's Repositories
tedqian/awesome-lockfree
A collection of resources on wait-free and lock-free programming
tedqian/awesome-modern-cpp
A collection of resources on modern C++
tedqian/bpftrace
High-level tracing language for Linux eBPF
tedqian/c2clat
A tool to measure CPU core to core latency
tedqian/CharConv
Fast integer to string and string to integer conversion functions
tedqian/double-conversion
Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.
tedqian/fmt
A modern formatting library
tedqian/grafana
The tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More
tedqian/imperial_hft
tedqian/itoa-benchmark
C++ integer-to-string conversion benchmark
tedqian/learning-ebpf
Learning eBPF, published by O'Reilly - out now! Here's where you'll find a VM config for the examples, and more
tedqian/LEBench
tedqian/magic-trace
magic-trace collects and displays high-resolution traces of what a process is doing
tedqian/modern-cpp-kafka
Modern C++ based Kafka API
tedqian/nanobench
Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20
tedqian/NanoLog
Nanolog is an extremely performant nanosecond scale logging system for C++ that exposes a simple printf-like API.
tedqian/papi
tedqian/pmc-cloud-tools
PMC (Performance Monitoring Counter) tools for the cloud
tedqian/pollnet
A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)
tedqian/robin-hood-hashing
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
tedqian/SPSC_Queue
A highly optimized single producer single consumer message queue C++ template
tedqian/str
A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching
tedqian/TokenBucket
Lock-free implementation of the token bucket algorithm in C++
tedqian/tscns
A low overhead high precision nanosecond timestamp reader for Linux based on x86 TSC
tedqian/tulips
The Ultra-Low latency TCP/IP Stack
tedqian/uarch-bench
A benchmark for low-level CPU micro-architectural features
tedqian/waitfree-mpsc-queue
A wait-free multi-producer-single-consumer queue in C11 atomics
tedqian/websocket
A single header c++ websocket client/server lib for linux
tedqian/workshop_low_latency
tedqian/wss
Working Set Size tools