mklong / libngxLinks
static library about nginx core data structure include array,buf,hash,list,queue ,tree,string and memory pool
☆16Updated 10 years ago
Alternatives and similar repositories for libngx
Users that are interested in libngx are comparing it to the libraries listed below
Sorting:
- Memory Pool in different implemention ways, adapt different projects to improve performance☆25Updated 13 years ago
- The asynchronous TLS abstraction for OpenSSL☆125Updated 7 years ago
- redis's async event loop library☆188Updated 5 years ago
- Http multipart parser implemented in C☆237Updated 2 years ago
- nginx shared memory map module☆20Updated 10 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆443Updated 10 months ago
- libconhash is a consistent hashing library, which can be used both on Windows and Linux platform.☆33Updated 10 years ago
- lru memory cache library☆25Updated 5 years ago
- Russ Cox's libtask (with enhancements)☆320Updated 12 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated last year
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 7 years ago
- c++ cluster wrapper for hiredis with async and unix sockets features☆65Updated 7 years ago
- Streaming websocket frame parser and frame builder for c