hit9 / C-SnipLinks
My C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings
☆57Updated 8 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:
- A hashtable in C☆58Updated 11 years ago
- ☆15Updated 6 years ago
- NIH Utility Library☆89Updated 3 years ago
- High performance websocket client/server in ANSI C☆55Updated 10 months ago
- A coroutine scheduler and lightweight network library for libaco☆17Updated 6 years ago
- A thread safe type-agnostic header-only macro-based struct queue implementation in C.☆19Updated 8 years ago
- 🛀 A memory pool implemented by C.☆14Updated 7 months ago
- small library for c, includes array, hash, string, value, event emitter...☆50Updated 7 years ago
- 多种无锁队列☆43Updated 7 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago
- Singly linked list in C. Alternative implementation at https://github.com/hit9/C-Snip☆40Updated 8 years ago
- http server library☆60Updated 10 years ago
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- tcpdaemon是一个TCP通讯服务端平台/库,它封装了众多常见服务端进程/线程管理和TCP连接管理模型(Forking、Leader-Follow、IO-Multiplex、WindowsThreads Leader-Follow),使用者只需加入TCP通讯数据收发和应…☆24Updated 7 years ago
- Tiny C string library☆203Updated last year
- C extend library - common data structs and algorithms implementation with ANSI C☆33Updated 4 years ago
- C hash implementation based on khash☆172Updated 3 years ago
- a simple C object implementation with reflection, allow objects convert to/from json strings automatically.☆12Updated 10 years ago
- A simple lock-free queue implementation.