yangqun's Stars
ranaroussi/quantstats
Portfolio analytics for quants, written in Python
facebook/folly
An open-source C++ library developed and used at Facebook.
TNG/boost-python-examples
Some examples for the use of boost::python
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+.
Iyengar111/NanoLog
Low Latency C++11 Logging Library
cameron314/microbench
A lightweight (3 file, single function) library for running micro-benchmarks on C++ code
cameron314/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
rigtorp/awesome-lockfree
A collection of resources on wait-free and lock-free programming
martinus/robin-hood-hashing
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
fmtlib/fmt
A modern formatting library
fenbf/AwesomePerfCpp
A curated list of awesome C/C++ performance optimization resources: talks, articles, books, libraries, tools, sites, blogs. Inspired by awesome.
parallel101/course
高性能并行编程与优化 - 课件
uxlfoundation/oneTBB
oneAPI Threading Building Blocks (oneTBB)
ikiller1/moodycamel-ConcurrentQueue
yyzybb537/libgo
Go-style concurrency in C++11
DGuco/shmqueue
基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全
tiankonguse/shm-cache
一个c/c++ 开发的基于本地共享内存的cache库
Dave-Vallance/bt-ccxt-store
Fork of Ed Bartosh's CCXT Store Work
ccxt/ccxt
A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
MengRao/tscns
A low overhead nanosecond clock based on x86 TSC
vimpunk/mio
Cross-platform C++11 header-only library for memory mapped file IO
MengRao/PubSubQueue
An efficient single publisher multiple subscriber message queue for Linux IPC
chosen0ne/shmmap
A key-value map in shared memory can be used by multi-process
mikewei/shm_container
A collection of shared memory containers for high performance server
editor-bootstrap/vim-bootstrap
Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
erguotou520/bye
bye to yesterday and do yourself
MengRao/pollnet
A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)
JKorf/Bitfinex.Net
A C# .netstandard client library for the Bitfinex REST and Websocket API focusing on clear usage and models
ctubio/Krypto-trading-bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++