Pinned Repositories
beanstalkd-win-oschina
beanstalk 是一个简单、支持固化任务(任务调度,消费才删掉)、小巧,多开发语言支持的消息队列。由于选型需要,综合各种语言支持上面、性能上面、使用功能上面做了对比,综合优于其他的消息队列。但是由于方案还要windows支持所以对windows做了移植。
CppServer
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Duilib-1
基于原始Duilib维护多年的界面库
epump
ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。
ericbase
c++实现了跨平台的基础库,包括线程、事件、定时器、数据字典等。封装了开源的log4cplus、activmq、jsoncpp、mysql、redis、ssl、libevent、protobuf。再此基础上设计了两个通用服务器开发框架。
iceoryx
Eclipse iceoryx™ - true zero-copy inter-process-communication
mssexchange_cpp
cpp写的一个中心化交易所撮合系统,基于redis内存库设计
twemproxy
A fast, light-weight proxy for memcached and redis
watchdog
跨平台支持的守护程序,也支持守护多个程序,代码来源于开源,所以反哺开源,分享给大家
windows_dispatch_frame
windows版本的通信框架
zhaoyaogit's Repositories
zhaoyaogit/iceoryx
Eclipse iceoryx™ - true zero-copy inter-process-communication
zhaoyaogit/ananas
A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc
zhaoyaogit/asio_http_server
A http server written and modified from asio official examples
zhaoyaogit/BabukRansomwareSourceCode
Leaked source code of the babuk ransomware by VXUG
zhaoyaogit/bsmi-kb
go语言后端,bsmi knowledge base 知识库
zhaoyaogit/Chronicle-Bytes
Chronicle Bytes has a similar purpose to Java NIO's ByteBuffer with many extensions
zhaoyaogit/Chronicle-Wire
A Java Serialisation Library that supports multiple formats
zhaoyaogit/cpp-rotor
Event loop friendly C++ actor micro-framework
zhaoyaogit/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
zhaoyaogit/cron_timer
一个简单好用的定时器组件,支持Cron表达式,只有一个头文件,不依赖任何第三方库,跨平台。
zhaoyaogit/dasynq
Thread-safe cross-platform event loop library in C++
zhaoyaogit/disruptorCpp-IPC-Arbitrary-Length-Data
disruptor c++ implementation for IPC (arbitrary length of data)
zhaoyaogit/EffectiveModernCppChinese
《Effective Modern C++》翻译 - 已完成
zhaoyaogit/FdogQtStyleSheet
Qt样式表获取一键获取,里面包含了常用的QSS样式表可视化设置,如label,pushbutton通过手动设置数值会自动生成对于的代码。虽然它第一版不够完美,但是却帮助我很多,我相信第二版会更好!
zhaoyaogit/fixpp
fixpp - A modern C++ FIX library
zhaoyaogit/gevent
cross-platform event driven framework (made in cpp)
zhaoyaogit/Ichor
C++20 thread confinement and dependency injection framework.
zhaoyaogit/knet
A cross platform lock-free and timer-supported C++11 network library.一个跨平台的无锁且支持定时器的C++11网络库。
zhaoyaogit/libraft
C++ raft lib
zhaoyaogit/MalwareSourceCode
Collection of malware source code for a variety of platforms in an array of different programming languages.
zhaoyaogit/notepad-plus-plus
Notepad++ official repository
zhaoyaogit/NuRaft
C++ implementation of Raft core logic as a replication library
zhaoyaogit/pollnet
A collection of non-blocking(polling) network libs for Linux, also support solarflare APIs(Tcpdirect/Efvi)
zhaoyaogit/queue_atomic
Multiple producer multiple consumer queue template using C++11 atomics.
zhaoyaogit/secguide
面向开发人员梳理的代码安全指南
zhaoyaogit/share_ppt
🚗 我个人曾经做过的技术分享...
zhaoyaogit/ShmeaDB
zhaoyaogit/thread_pool
好用的一个线程池组件
zhaoyaogit/vsJSON
优雅简短好用的JSON库
zhaoyaogit/workflow_starter
Use workflow framwork to quickly create new project, support both windows and linux