coditva / udt-cLinks
A basic implementation of UDP-based Data Transfer protocol (UDT) in C
☆93Updated 5 years ago
Alternatives and similar repositories for udt-c
Users that are interested in udt-c are comparing it to the libraries listed below
Sorting:
- libuv thread communication☆59Updated 2 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- Minimize lock-free queue ever!☆132Updated 7 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated 2 years ago
- timer.c: Tickless hierarchical timing wheel☆232Updated 2 years ago
- Message Framing for libuv☆58Updated 4 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- Lightweight event loop library for Linux epoll() family APIs☆244Updated 5 months ago
- UDP-based Data Transfer Protocol☆180Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- dns.c: Single file non-blocking DNS C library without callbacks or external dependencies.☆267Updated 4 years ago
- zero-copy non-blocking shared memory publisher/subscriber IPC library☆20Updated 11 years ago
- tiny cross-platform socket API library☆51Updated 11 months ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆145Updated 4 years ago
- Hierarchical memory allocator☆75Updated 10 years ago
- Netstring parsing in C☆36Updated 4 years ago
- A generic C memory pool☆100Updated 8 years ago
- Adding TCP like reliability features on top of existing UDP protocol☆40Updated 12 years ago
- A low-latency in-memory C logging library☆59Updated 3 years ago
- Very simple library for sending and receiving ICMP datagrams.☆17Updated 3 years ago
- LMAX's disruptor pattern implemented in C☆96Updated 2 months ago
- Lock-Free Thread Pool☆79Updated 2 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆16Updated 10 years ago
- Simple string pattern matcher for C☆25Updated 4 years ago
- A tiny C library for generating uuid4 strings☆247Updated 2 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.