masroorhasan / RPCLinks
Client and Server stubs for Remote Procedure Call over UDP connection
☆18Updated 11 years ago
Alternatives and similar repositories for RPC
Users that are interested in RPC are comparing it to the libraries listed below
Sorting:
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆75Updated last year
- a ring buffer like kfifo, work in linux kernel and user space, test on kernel 3.16 on both x86 and ARM platform☆41Updated 4 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 6 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
- Lock-Free Thread Pool☆79Updated 2 years ago
- Simple memory leak finder.☆51Updated 12 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
- Protocol Buffers C RPC implementation☆201Updated 5 years ago
- A Lightweight TCP/IP stack☆96Updated 6 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 11 months ago
- 基于signal通知机制的无锁(CAS)共享内存消息队列的实现☆32Updated 9 years ago
- A hashtable in C☆59Updated 11 years ago
- Remote Procedure Call Demo Written in Pure C☆30Updated last year
- Protothreads extremely lightweight stackless threads implemented in C☆128Updated 12 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 5 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- IPC benchmark on Linux☆75Updated 2 years ago
- a rpc framework based on libev and implementd by c☆20Updated 13 years ago
- 多种无锁队列☆43Updated 7 years ago
- JSON-RPC in C (server only for now)☆233Updated 11 months ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago
- A small thread-safe queue written in C☆107Updated 5 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- shared memory☆21Updated 9 years ago
- A coroutine scheduler and lightweight network library for libaco☆17Updated 6 years ago
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Updated 11 years ago
- Map for C, used rbtree to implement, sort by key☆93Updated 5 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- 用c语言setjmp和longjmp实现的一个最基本的协程☆35Updated 9 years ago