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:
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆162Updated 3 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
- Protocol Buffers C RPC implementation☆200Updated 5 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- Lock-Free Thread Pool☆79Updated 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☆40Updated 4 years ago
- A Lightweight TCP/IP stack☆96Updated 6 years ago
- A hashtable in C☆58Updated 11 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 9 months ago
- Mirror of memwatch : a memory leak detection tool.☆23Updated 10 years ago
- Protothreads extremely lightweight stackless threads implemented in C☆119Updated 12 years ago
- kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.☆74Updated 10 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
- High performance AVL tree container C implementation☆55Updated 5 years ago
- A benchmark showing that kfifo is really super fast