LulingZ3's Stars
milesibastos/b3
Market Data | B3
rigtorp/efvicap
erfvicap is a packet capture tool for network adapters from Solarflare
HappyCerberus/1brc
The One Billion Row Challenge using C++
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
bpftrace/bpftrace
High-level tracing language for Linux
Xilinx-CNS/onload
OpenOnload high performance user-level network stack
simdjson/simdjson
Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
greg7mdp/parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
chenzomi12/AISystem
AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术
Chipeyown/get_position
通过图片获取拍摄时间和地理坐标
myfreeer/cppreference2mshelp
cppreference.com html archive converter to microsoft help (for Visual Studio 2012+) and chm help (for Windows)
skywind3000/FastMemcpy
Speed-up over 50% in average vs traditional memcpy in gcc 4.9 or vc2012
concurrencykit/ck
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
cameron314/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
fmtlib/fmt
A modern formatting library
rpclib/rpclib
rpclib is a modern C++ msgpack-RPC server and client library
liigo/kfifo
kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.
microsoft/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
Abc-Arbitrage/Disruptor-cpp
Port of LMAX Disruptor to C++
LMAX-Exchange/disruptor
High Performance Inter-Thread Messaging Library
google/tcmalloc
jemalloc/jemalloc
google/sanitizers
AddressSanitizer, ThreadSanitizer, MemorySanitizer
rigtorp/awesome-lockfree
A collection of resources on wait-free and lock-free programming
royeo/awesome-programming-books
📚 经典技术书籍推荐,持续更新...
fenbf/AwesomePerfCpp
A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome.
jobbole/awesome-cpp-cn
C++ 资源大全中文版,标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。由「开源前哨」和「CPP开发者」微信公号团队维护更新。
jobbole/awesome-c-cn
C 资源大全中文版,包括了:构建系统、编译器、数据库、加密、初中高的教程/指南、书籍、库等。
rigtorp/awesome-modern-cpp
A collection of resources on modern C++