millken / c-example
example code
☆53Updated 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
- 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…☆114Updated 11 years ago
- ☆150Updated 11 years ago
- an echo server example based on epoll, a scalable I/O event notification mechanism☆53Updated last year
- redis's async event loop library☆188Updated 5 years ago
- a light-weight event loop based on epoll☆24Updated 8 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆157Updated 3 years ago
- a simple example for how to use epoll☆66Updated 12 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- A simple high performance http server based on epoll☆95Updated 11 years ago
- A generic C memory pool☆96Updated 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
- This is a github mirror of thttpd (http://www.acme.com/software/thttpd/)☆282Updated 5 years ago
- shared memory☆20Updated 8 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- SSL/TLS client server examples using libssl and polarssl☆33Updated 7 years ago
- Mirror from SVN of GNU libmicrohttpd☆65Updated 8 years ago
- asynchronous examples for openssl using poll/epoll☆125Updated last year
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 2 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆27Updated 6 years ago
- Generic red-black tree library (by Julienne Walker).☆56Updated 5 years ago
- IPC benchmark on Linux☆73Updated 2 years ago
- A simple coroutine☆39Updated 10 years ago
- A network framework☆9Updated 6 years ago
- Effective TCP/IP Programming☆48Updated 8 years ago
- 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
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆121Updated 8 months ago
- libev sync from http://cvs.schmorp.de/libev/☆157Updated 3 years ago
- A lightweight high performance http server☆116Updated 5 years ago
- Implementation of std::future from the C++ Concurrency TS☆30Updated last year
- ☆37Updated 9 years ago