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:
- an echo server example based on epoll, a scalable I/O event notification mechanism☆57Updated last year
- redis's async event loop library☆189Updated 5 years ago
- io_uring echo server☆392Updated last year
- IPC benchmark on Linux☆75Updated 2 years ago
- ☆155Updated 12 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
- Minimize lock-free queue ever!☆132Updated 7 years ago
- High performance web server☆24Updated 7 years ago
- a simple example for how to use epoll☆66Updated 13 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- asynchronous examples for openssl using poll/epoll☆127Updated 2 years ago
- timer.c: Tickless hierarchical timing wheel☆232Updated 2 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
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- A sample epoll server.☆74Updated 11 years ago
- Create extremely-fast and secure embedded HTTP servers with ease.☆457Updated 4 years ago
- Russ Cox's libtask (with enhancements)☆321Updated 13 years ago
- A companion repository for the io_uring by Example article series☆412Updated 11 months ago
- Doug Lea's memory allocator☆272Updated 5 years ago
- a nginx-based memory pool . both share-memory and private-memory are supported. it is more efficient than malloc☆143Updated 7 years ago
- Our open source benchmarks and code samples☆193Updated 2 months ago
- Effective TCP/IP Programming☆50Updated 8 years ago
- network library based on io_uring and C++20 coroutine☆107Updated 5 years ago
- B+ tree implementation in C☆132Updated 4 years ago
- Boost.Lockfree☆143Updated 2 weeks ago
- ☆152Updated 8 months ago
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆69Updated 5 years ago
- a lightweight high-performance HTTP server library for C☆103Updated 17 years ago