xiaoliang314 / libataskLinks
纯C语言高性能异步多任务多事件驱动的协程库| Pure C language high-performance asynchronous multi-task multi-event driven coroutine library.
☆207Updated 5 years ago
Alternatives and similar repositories for libatask
Users that are interested in libatask are comparing it to the libraries listed below
Sorting:
- awaitable coroutine library for C☆629Updated last year
- C/C++,跨平台,OS原生异步IO接口,纯C有栈和无栈C++20协程调度核心☆168Updated 2 months ago
- 一个极简内存池实现☆298Updated 10 months ago
- Morn是一个C语言的基础工具和基础算法库,包括数据结构、图像处理、音频处理、机器学习等,具有简单、通用、高效的特点。☆340Updated last year
- 用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。☆136Updated 10 months ago
- 一个通用的C语言编写的类似STL功能的集合库,实现比较简单,通用性比较强☆33Updated 8 years ago
- 多种无锁队列☆43Updated 7 years ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language☆252Updated 7 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆74Updated last year
- C语言实现的MD5算法源码☆90Updated 6 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 7 years ago
- A lightweight C, C++ logging library developed for Linux, It is designed with high performance, asynchronized, thread-safe and process-sa…☆230Updated last month
- ☆679Updated 10 years ago
- 协程的简单实现☆51Updated 3 years ago
- Message queue and thread pool implementations of C++ Workflow☆37Updated last week
- A high-performance, high-stability, cross-platform HTTP client.☆203Updated 2 years ago
- 模仿 kfifo 实现的环形缓冲区☆97Updated 5 years ago
- Protothreads extremely lightweight stackless threads implemented in C☆127Updated 12 years ago
- 根据工作中经常需要用到的,基于C语言封装的一些常用工具类库,便于在工程项目中参考引用☆58Updated 3 years ago
- send and recv event between processes with very few lines of code☆47Updated 11 years ago
- Map for C, used rbtree to implement, sort by key☆93Updated 5 years ago
- My Makefile for Linux, application & driver☆43Updated 4 years ago
- C11标准的原子操作详解☆27Updated 2 years ago
- http request/response parser for c☆39Updated 8 years ago
- cJson源码和源码分析