基于共享内存的进程间通信组件
☆15Apr 28, 2019Updated 7 years ago
Alternatives and similar repositories for MyBus
Users that are interested in MyBus are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- a key-value lib based on share memory, it use hash data struct☆17Jan 28, 2014Updated 12 years ago
- 一个基于Linux的纯C基础类库☆36Apr 8, 2017Updated 9 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Jul 27, 2016Updated 10 years ago
- C语言实现封装的服务器框架,多进程+单线程+libevent+openssl+ORMSQL☆10Jul 30, 2019Updated 7 years ago
- 基于C++开发的异种数据库跨平台连接中间件.☆31Aug 13, 2021Updated 5 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 该项目主要是用c++实现了跨平台的基础库,包括线程、互斥锁、自旋锁、条件变量、信号量等。另外还有封装了日志、配置文件读取、日期时间等常用类。再此基础上封装了开源Libevent网络库。主程序框架用了单例模式、工厂模式、命令模式来实现。☆20Mar 15, 2016Updated 10 years ago
- A simple RPC☆13Jan 24, 2018Updated 8 years ago
- A Network Lib Cross windows\linux\android\IOS☆12Nov 2, 2020Updated 5 years ago
- The webrtc study demo☆13Dec 11, 2022Updated 3 years ago
- copy from 金山云☆14Apr 30, 2019Updated 7 years ago
- windows进程间通讯,共享内存+event☆20Apr 5, 2018Updated 8 years ago
- C语言实现的线程池☆13Dec 30, 2015Updated 10 years ago
- 一个轻量级的转换工具, 用于把RGB像素块转换为YUV.☆23Jun 22, 2024Updated 2 years ago
- Simple key value pairs store only integer and string types.☆11Nov 5, 2018Updated 7 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 🔍 C++性能剖析器(跨平台、无锁、智能) Easy Performance Profiler that is cross-platform, lock-free and smart for C++.☆31Aug 5, 2026Updated 3 weeks ago
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Jan 18, 2014Updated 12 years ago
- Lock free shared-memory library☆12Jan 3, 2017Updated 9 years ago
- 基于线程池、消息队列和epoll模型实现并发服务器架构☆45May 26, 2019Updated 7 years ago
- A key-value database with journaling☆15Dec 19, 2023Updated 2 years ago
- 一个C++编写的Web服务器,使用JSON配置文件,支持静态请求和 PHP 文件,实现了 GET、POST 等基本请求。☆21Mar 2, 2019Updated 7 years ago
- LibPacket is a portable library designed for decoding and parsing TCP/IP packets, offering a clean API to facilitate the development of p…☆17Feb 8, 2026Updated 6 months ago
- ☆10Sep 1, 2017Updated 9 years ago
- This is a demo of how to use a QTreeView within Qt.☆15May 28, 2019Updated 7 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- Very Fast compression/decompression of in-memory numeric vectors with LZ4☆20May 24, 2025Updated last year
- a simple proxy server for UDP☆13Sep 17, 2017Updated 8 years ago
- 一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环☆14Dec 5, 2021Updated 4 years ago
- read and write HEVC video bitstreams☆26Jul 5, 2019Updated 7 years ago
- ☆13May 24, 2016Updated 10 years ago
- 基于ANSI C开发的内存池和线程池,性能优异☆21Mar 2, 2016Updated 10 years ago
- A simple Regular expression matcher☆17Oct 6, 2011Updated 14 years ago
- FreeBSD port of OpenBSD dhcpd☆12Jun 30, 2026Updated 2 months ago
- 非常小的读取、写入ini配置文件c库.☆10Nov 22, 2019Updated 6 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆12Feb 5, 2018Updated 8 years ago
- 公用库 (包括array、list和stack以及typepool数据结构;iocp、epoll等socket模型;thread;timer定时器),以及示例。 (date:2011.3)☆22Jul 28, 2012Updated 14 years ago
- HJ212-2017协议C语言实现,支持协议组包☆12Apr 13, 2023Updated 3 years ago
- lighDB - light embed database written on C99 without dynamic allocation and it targets to the MCUs☆16Nov 30, 2017Updated 8 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆45Sep 27, 2024Updated last year
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- 一个通用的C语言编写的类似STL功能的集合库,实现比较简单,通用性比较强☆32Dec 26, 2016Updated 9 years ago