millken / c-exampleLinks
example code
☆52Updated 11 years ago
Alternatives and similar repositories for c-example
Users that are interested in c-example are comparing it to the libraries listed below
Sorting:
- an echo server example based on epoll, a scalable I/O event notification mechanism☆58Updated 2 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- redis's async event loop library☆189Updated 5 years ago
- Doug Lea's memory allocator☆274Updated 5 years ago
- ☆155Updated 12 years ago
- Russ Cox's libtask (with enhancements)☆321Updated 13 years ago
- This is a github mirror of thttpd (http://www.acme.com/software/thttpd/)☆289Updated 6 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated 2 years ago
- A sample epoll server.☆73Updated 11 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 light-weight event loop based on epoll☆23Updated 8 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 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
- A generic C memory pool☆100Updated 9 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- examples of using OpenSSL☆118Updated last year
- 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
- This project features examples on how to use libuv. They are derived from the sample code in Nikhil Marathe's book An Introduction to lib…☆116Updated 12 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆147Updated 5 years ago
- An example https client and server using OpenSSL and libevent, for the purpose of discussing some issues that came up on the libevent mai…☆181Updated 6 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 8 years ago
- Programming with POSIX Threads: David R. Butenhof☆86Updated 12 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- Lock-free ring buffer (MPSC)☆466Updated 5 years ago
- Create extremely-fast and secure embedded HTTP servers with ease.☆458Updated 4 years ago
- Our open source benchmarks and code samples☆193Updated 2 weeks ago