c9s / r3Links
libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
☆813Updated 4 months ago
Alternatives and similar repositories for r3
Users that are interested in r3 are comparing it to the libraries listed below
Sorting:
- Russ Cox's libtask (with enhancements)☆320Updated 12 years ago
- a tiny, lightning fast event loop for network applications☆396Updated 9 years ago
- WhiteDB memory database☆605Updated 2 years ago
- luajit io framework☆307Updated 4 years ago
- redis's async event loop library☆188Updated 5 years ago
- Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix.☆265Updated 6 months ago
- An Embedded Implementation of Redis☆553Updated 3 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- ARCHIVED - libbson has moved to https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson☆348Updated 4 years ago
- Concurrent Programming Library (Coroutine) for C11☆365Updated 3 years ago
- libshmcache is a local cache in the share memory for multi processes. high performance due to read is lockless. libshmcache is 100+ times…☆458Updated 5 months ago
- A non-backtracking NFA/DFA-based Perl-compatible regex engine matching on large data streams☆622Updated 3 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- An efficient trie implementation.☆255Updated 4 years ago
- The asynchronous TLS abstraction for OpenSSL☆125Updated 7 years ago
- A self contained Lua MessagePack C implementation.☆369Updated 3 years ago
- sprintf accelerator for GCC and Clang☆398Updated 2 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated last year
- Lightweight event loop library for Linux epoll() family APIs☆243Updated last month
- Pure C (or C++) webserver (and experimental http client) based on libuv and http-parser☆149Updated 4 years ago
- A Lightweight Durable HTTP Key-Value Pair Database in C☆146Updated 7 years ago
- A barebones router for Lua. It matches urls and executes lua functions.☆195Updated 4 years ago
- GDB Utilities for OpenResty (including Nginx, ngx_lua, LuaJIT, and more)☆342Updated last year
- TCP/stream echo module for NGINX (a port of ngx_http_echo_module)☆69Updated 4 years ago
- C multipurpose library and persistent key/value storage engine☆304Updated this week
- Embeddable, Fast, Streaming, Non-Buffering JSON Parser☆206Updated last year
- dns.c: Single file non-blocking DNS C library without callbacks or external dependencies.☆265Updated 4 years ago
- This has been merged to to https://github.com/iovisor/bcc☆50Updated 8 years ago
- It is a NGINX module that provides dynamic linking to your application in server context and call the function of your application in loc…☆232Updated 3 years ago
- The Fast HTTP header parser library☆135Updated 9 years ago