famzah / popen-noshell
A much faster popen() and system() implementation for Linux
☆69Updated 4 years ago
Alternatives and similar repositories for popen-noshell:
Users that are interested in popen-noshell are comparing it to the libraries listed below
- 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
- Hierarchical memory allocator☆72Updated 9 years ago
- A program that descrypts C type declarations. Implemented as an exercise for "Expert C Programming" book.☆12Updated 9 years ago
- Coroutines for C.☆74Updated 8 years ago
- Mirror of https://code.google.com/p/google-coredumper/ with Arch package fixes☆61Updated 7 years ago
- Libtask is a simple coroutine library.☆56Updated 3 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- Static Radix Tree (Patricia trie) implementation in C☆49Updated 7 years ago
- A feature-incomplete peekahole (pahole) clone that doesn't rely on libdwarves (and doesn't choke on Clang output)☆22Updated 7 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 3 years ago
- High performance AVL tree container C implementation☆54Updated 5 years ago
- Netstring parsing in C☆35Updated 4 years ago
- C library/compiler for the Cap'n Proto serialization/RPC protocol☆69Updated 2 years ago
- Asynchronous DNS resolver☆35Updated 7 years ago
- Minimal HTTP processing library☆152Updated 5 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 4 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆14Updated 9 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Wrapper library for the BSD sockets API with a nicer C99 interface☆144Updated 8 years ago
- Read-only mirror of https://gitlab.inria.fr/gustedt/p99 - P99 is a suite of macro and function definitions that ease the programming in m…☆34Updated 3 years ago
- Convert build system from autoconf/make to CMake