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 3 years ago
- an echo server example based on epoll, a scalable I/O event notification mechanism☆60Updated 2 years ago
- timer.c: Tickless hierarchical timing wheel☆236Updated 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
- Russ Cox's libtask (with enhancements)☆322Updated 13 years ago
- io_uring echo server☆394Updated last year
- ☆155Updated 12 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- A sample epoll server.☆72Updated 12 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- redis's async event loop library☆189Updated 6 years ago
- ☆340Updated 4 years ago
- Doug Lea's memory allocator☆283Updated 6 years ago
- asynchronous examples for openssl using poll/epoll☆127Updated 2 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
- Different implementations of spinlock.☆105Updated 11 years ago
- Lock-free ring buffer (MPSC)☆474Updated 6 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- Source code for example programs from Lord of the io_uring guide☆196Updated last year
- a simple example for how to use epoll☆66Updated 13 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- ☆153Updated 11 months ago
- skip list with rank, code less than z_set in redis☆175Updated 2 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆164Updated 4 years ago
- A companion repository for the io_uring by Example article series☆423Updated last year
- Lightweight event loop library for Linux epoll() family APIs☆246Updated 8 months ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆149Updated 5 years ago
- a lightweight high-performance HTTP server library for C☆103Updated 17 years ago