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:
- redis's async event loop library☆189Updated 6 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- an echo server example based on epoll, a scalable I/O event notification mechanism☆59Updated 2 years ago
- timer.c: Tickless hierarchical timing wheel☆234Updated 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
- IPC benchmark on Linux☆75Updated 2 years ago
- Different implementations of spinlock.☆105Updated 11 years ago
- ☆155Updated 12 years ago
- io_uring echo server☆392Updated last year
- A sample epoll server.☆72Updated 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
- Russ Cox's libtask (with enhancements)☆321Updated 13 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- a simple example for how to use epoll☆66Updated 13 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 7 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆232Updated 4 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 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)☆40Updated 4 years ago
- Create extremely-fast and secure embedded HTTP servers with ease.☆458Updated 4 years ago
- Debug Malloc memory allocation debugging C library☆171Updated 3 years ago
- Our open source benchmarks and code samples☆193Updated last month
- ☆341Updated 4 years ago
- Mirror from SVN of GNU libmicrohttpd☆67Updated 9 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆148Updated 5 years ago
- a light-weight event loop based on epoll☆23Updated 8 years ago
- A companion repository for the io_uring by Example article series☆421Updated last year
- Doug Lea's memory allocator☆280Updated 6 years ago
- asynchronous examples for openssl using poll/epoll☆127Updated 2 years ago
- ☆153Updated 10 months ago