larsendt / hashtableLinks
A hashtable in C
☆59Updated 11 years ago
Alternatives and similar repositories for hashtable
Users that are interested in hashtable are comparing it to the libraries listed below
Sorting:
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 8 years ago
- Lock-Free Thread Pool☆79Updated 2 years ago
- Simple memory leak finder.☆51Updated 12 years ago
- a fast ,stable and thread-safe log lib(logger) for C/C++ language☆252Updated 7 years ago
- 多种无锁队列☆43Updated 7 years ago
- An example https client and server using OpenSSL and libevent, for the purpose of discussing some issues that came up on the libevent mai…☆180Updated 6 years ago
- http server library☆60Updated 10 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆164Updated 3 years ago
- A nice place for simple libev examples. Please contribute.☆238Updated 8 years ago
- Http multipart parser implemented in C☆239Updated 3 years ago
- shared memory☆21Updated 9 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆93Updated 5 years ago
- Protocol Buffers C RPC implementation☆201Updated 5 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Updated 9 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆92Updated 7 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
- A lightweight header only logging library for C☆56Updated 3 years ago
- A small thread-safe queue written in C