Pinned Repositories
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
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+.
Cnginx
A Nginx-like event-driven networking framework
cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
cpp-taskflow
A Modern C++ Parallel Task Programming Library
CppCommon
Cross-platform C++ common library for Linux, OSX, Windows, Cygwin, MinGW
CppTrader
High performance components for building Trading Platform such as ultra fast matching engine, order book processor
CTPtest
用ctp官方接口写的一个简单demo,具备行情、交易、k线数据以及策略功能,可以连接simnow模拟交易
developkit_set
2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。
Divert
WinDivert: Windows Packet Divert
lrh450330's Repositories
lrh450330/Cnginx
A Nginx-like event-driven networking framework
lrh450330/CTPtest
用ctp官方接口写的一个简单demo,具备行情、交易、k线数据以及策略功能,可以连接simnow模拟交易
lrh450330/developkit_set
2019年最新总结,值得推荐的c/c++开源框架与库。持续更新中。
lrh450330/DouDiZhu
基于权重的斗地主游戏AI算法,AI algorithms for chinese landlord card game, based on weights
lrh450330/dspatch
The Refreshingly Simple Cross-Platform C++ Dataflow / Pipelining / Stream Processing / Reactive Programming Framework
lrh450330/dubboc
类dubbo的c++分布式服务框架;采用微内核、插件式架构设计;仅支持泛化调用和泛化服务暴露;兼容dubbo标准协议
lrh450330/enkiTS
C++ and C multithreading task scheduler
lrh450330/GameNetworkingSockets
Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. Encryption.
lrh450330/kbengine
A MMOG engine of server.
lrh450330/libae
redis's async event loop library
lrh450330/lua-studio
Lua Studio is a simple IDE for Lua. It consists of an editor with syntax coloring, and an integrated debugger. Debugger can step into, step over, step out of the routine, or stop at a breakpoint.This is Windows project written in C++ and MFC.This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010.If you are the maintainer, please fork and then email luaforge@gmail.com and ask us to "reroot" it to you.(Or you can ask us to delete the repository.)
lrh450330/mergedb
a variant of LevelDB with faster write speed
lrh450330/mio
Cross-platform C++11 header-only library for memory mapped file IO
lrh450330/ndslDB
基于LevelDB的改进
lrh450330/Nebula
An event driven asynchronous C++ framework based on a custom Pb protocol supports both HTTP and websocket protocols.
lrh450330/NoahGameFrame
A fast, scalable, distributed game server engine/framework for C++, include actor library, network library,can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
lrh450330/packetmachine
Fast network packet decoding library in C++
lrh450330/rest_rpc
modern C++(C++11), simple, easy to use rpc framework
lrh450330/smmalloc
Blazing fast memory allocator designed for video games