larsendt / hashtableLinks
A hashtable in C
☆58Updated 11 years ago
Alternatives and similar repositories for hashtable
Users that are interested in hashtable are comparing it to the libraries listed below
Sorting:
- 多种无锁队列☆43Updated 7 years ago
- My C Snippets - buf, cfg, datetime, dict, event, heap, ketama, list, log, map, queue, skiplist, stack, strings☆57Updated 8 years ago
- http server library☆60Updated 10 years ago
- nginx shared memory map module☆20Updated 10 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago
- A coroutine scheduler and lightweight network library for libaco☆17Updated 6 years ago
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆40Updated 4 years ago
- 实现并对比了各类字符串匹配算法,包括Sunday、KMP、Boyer-Moore、horspool☆24Updated 6 years ago
- Memory Pool in different implemention ways, adapt different projects to improve performance☆25Updated 13 years ago
- shared memory☆20Updated 9 years ago
- a key-value lib based on share memory, it use hash data struct☆17Updated 11 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 fast ,stable and thread-safe log lib(logger) for C/C++ language☆250Updated 7 years ago
- High performance AVL tree container C implementation☆55Updated 5 years ago
- Lock-Free Thread Pool☆78Updated last year
- send and recv event between processes with very few lines of code☆47Updated 10 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 6 years ago
- lock free queue☆47Updated 11 years ago
- a simple example for how to use epoll☆66Updated 12 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…☆179Updated 6 years ago
- A high efficient ip black/white list firewall (work as a linux kernel module)☆40Updated 6 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆74Updated 9 months ago
- This is a stand-alone bloomfilter implementation written in C. Simple but powerful☆10Updated 11 years ago
- Lightweight logger for C/C++ programs, implemented as a single header file.☆108Updated 2 years ago
- Bond process with dedicated CPUs on DragonFly BSD☆10Updated 5 years ago
- 公用库 (包括array、list和stack以及typepool数据结构;iocp、epoll等socket模型;thread;timer定时器),以及示例。 (date:2011.3)☆22Updated 12 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- asynchronous examples for openssl using poll/epoll☆127Updated last year
- libevlite - A simple Network library that contains the Event library, Thread library, Communications library. Event library is LIBEVENT L…☆9Updated last year