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:
- IPC benchmark on Linux☆75Updated 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…☆115Updated 12 years ago
- redis's async event loop library☆189Updated 5 years ago
- an echo server example based on epoll, a scalable I/O event notification mechanism☆58Updated 2 years ago
- ☆155Updated 12 years ago
- timer.c: Tickless hierarchical timing wheel☆232Updated 2 years ago
- Create extremely-fast and secure embedded HTTP servers with ease.☆458Updated 4 years ago
- Russ Cox's libtask (with enhancements)☆321Updated 13 years ago
- Doug Lea's memory allocator☆272Updated 5 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- Minimize lock-free queue ever!☆132Updated 7 years ago
- B+ tree implementation in C☆132Updated 5 years ago
- ☆339Updated 4 years ago
- Programming with POSIX Threads: David R. Butenhof☆84Updated 12 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- This is a github mirror of thttpd (http://www.acme.com/software/thttpd/)☆288Updated 6 years ago
- Lightweight event loop library for Linux epoll() family APIs☆246Updated 5 months ago
- Lock-free ring buffer (MPSC)☆466Updated 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…☆180Updated 6 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 basic implementation of UDP-based Data Transfer protocol (UDT) in C☆93Updated 5 years ago
- Effective TCP/IP Programming☆50Updated 8 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
- Lock-Free Thread Pool☆79Updated 2 years ago
- demonstration of how to use the EPOLLET flag☆74Updated 8 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- asynchronous examples for openssl using poll/epoll☆127Updated 2 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆30Updated 7 years ago