hit9 / C-SnipLinks
My C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings
☆58Updated 9 years ago
Alternatives and similar repositories for C-Snip
Users that are interested in C-Snip are comparing it to the libraries listed below
Sorting:
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Updated 9 years ago
- A hashtable in C☆59Updated 12 years ago
- ☆15Updated 7 years ago
- C hash implementation based on khash☆174Updated 6 months ago
- A generic C memory pool☆101Updated 9 years ago
- High performance websocket client in ANSI C☆55Updated 2 months ago
- small library for c, includes array, hash, string, value, event emitter...☆50Updated 7 years ago
- Lightweight logger for C/C++ programs, implemented as a single header file.☆115Updated 3 years ago
- JSON-RPC in C (server only for now)☆238Updated 3 months ago
- Lock-Free Thread Pool☆81Updated 2 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆106Updated 9 years ago
- redis's async event loop library☆189Updated 6 years ago
- A coroutine scheduler and lightweight network library for libaco☆18Updated 6 years ago
- Tiny C string library☆207Updated 2 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- a tiny nosql database supporting pluggable storage engine.☆40Updated 8 years ago
- Singly linked list in C. Alternative implementation at https://github.com/hit9/C-Snip☆41Updated 9 years ago
- Minimal HTTP processing library☆154Updated 6 years ago
- A simple lock-free queue implementation.☆80Updated 11 years ago
- NIH Utility Library☆92Updated 4 years ago
- a key-value lib based on share memory, it use hash data struct☆17Updated 12 years ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- Protothreads extremely lightweight stackless threads implemented in C☆141Updated 13 years ago
- LibU is a multiplatform utility library written in C, with APIs for handling memory allocation, networking and URI parsing, string manipu…☆456Updated 3 years ago
- A lightweight header only logging library for C☆56Updated 4 years ago
- C utilities library : timer, base64, log, lock, buffered string, buffered array, basic CGI, XML parsers (SAX and DOM), XPath, ...☆30Updated last year
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Updated 8 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆145Updated 8 years ago
- Remote Procedure Call Demo Written in Pure C☆30Updated last year