masroorhasan / RPC
Client and Server stubs for Remote Procedure Call over UDP connection
☆18Updated 10 years ago
Alternatives and similar repositories for RPC
Users that are interested in RPC are comparing it to the libraries listed below
Sorting:
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆160Updated 3 years ago
- A hashtable in C☆58Updated 11 years ago
- a key-value lib based on share memory, it use hash data struct☆17Updated 11 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
- Simple memory leak finder.☆51Updated 11 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆31Updated 8 years ago
- Network stack developed for embedded work on small systems. Implements ip, tcp, arp, a small web server, and an OS abstraction layer.☆52Updated 7 months ago
- Lock-Free Thread Pool☆78Updated last year
- 多种无锁队列☆43Updated 7 years ago
- buddy system memory allocator☆37Updated 10 years ago
- A simple UDP clock service, using libevent☆34Updated 16 years ago
- Copy of CUnit unit testing in C Language (http://cunit.sourceforge.net/) version 2.1.2☆24Updated 11 years ago
- shared memory☆20Updated 9 years ago
- Putting a TCP/IP Stack on DPDK☆25Updated 11 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 10 years ago
- send and recv event between processes with very few lines of code☆47Updated 10 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- User-Space TCP/IP Stack Implemented in C++20.☆31Updated 4 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- libuv系列教程的配套代码,从0到深度了解libuv的框架与使用。☆32Updated 4 years ago
- A fast no_lock RingQueue between 2 threads (25M WrtieRead per second)☆93Updated 6 years ago
- Mirror of libgdsl, the Generic Data Structures Library in C☆19Updated 9 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆71Updated 8 months ago
- Bond process with dedicated CPUs on DragonFly BSD☆10Updated 5 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆142Updated 7 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 8 years ago
- Pure C implementation of Protobuf to/from JSON converter☆35Updated 5 years ago
- lwip-tap is an application of "lwIP - A Lightweight TCP/IP Stack"☆58Updated 12 years ago