millken / c-exampleLinks
example code
☆52Updated 10 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:
- Minimize lock-free queue ever!☆132Updated 6 years ago
- timer.c: Tickless hierarchical timing wheel☆233Updated last year
- IPC benchmark on Linux☆75Updated 2 years ago
- ☆154Updated 11 years ago
- redis's async event loop library☆188Updated 5 years ago
- io_uring echo server☆386Updated last year
- Russ Cox's libtask (with enhancements)☆320Updated 12 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆163Updated 3 years ago
- Doug Lea's memory allocator☆268Updated 5 years ago
- A sample epoll server.☆74Updated 11 years ago
- ☆338Updated 4 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/)☆286Updated 6 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 11 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- LMAX's disruptor pattern implemented in C☆96Updated last month
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated last year
- C - Left-leaning red black tree implementation☆40Updated last year
- ☆151Updated 5 months ago
- A companion repository for the io_uring by Example article series☆409Updated 9 months ago
- User-mode TCP/IP stack from 4.4BSD-Lite2, a companion of TCP/IP Illustrated vol. 2☆368Updated 4 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- Lightweight event loop library for Linux epoll() family APIs☆242Updated 2 months ago
- Our open source benchmarks and code samples☆192Updated last week
- demonstration of how to use the EPOLLET flag☆72Updated 8 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- C11 Lock-free Stack☆183Updated last year
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 7 years ago