RaphaelJ / fast_strstrLinks
A fast substitution to the stdlib's strstr() sub-string search function.
β116Updated 10 years ago
Alternatives and similar repositories for fast_strstr
Users that are interested in fast_strstr are comparing it to the libraries listed below
Sorting:
- πΆ A lock- and wait-free hashtable (and an array too)β109Updated 4 months ago
- A compact implementation of Dr. Askitis HatTrieβ80Updated 11 years ago
- A fast implementation for varbyte 32bit/64bit integer compressionβ119Updated 8 years ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutinesβ166Updated 6 years ago
- C based ordered key-value ACID DB using a skip list data structureβ163Updated 10 years ago
- Static Radix Tree (Patricia trie) implementation in Cβ47Updated 8 years ago
- An efficient trie implementation.β255Updated 4 years ago
- Wannabe Main Memory Database and Moreβ54Updated 4 years ago
- Cross-platform C++ framework for asynchronous, distributed applications.β31Updated 3 weeks ago
- Fairly basic redis-like hashmap implementation on top of a epoll TCP server.β77Updated 7 years ago
- Userspace TCP/IP stackβ69Updated 11 years ago
- Tiny Cooperative Process Management Library/Embedded Bounded Queue Actor Model (C11)β40Updated 6 years ago
- Distributed search engine in C++14, using nanomsg for communication, bond for serialization.β67Updated 10 years ago
- A dependency-based coroutine schedulerβ45Updated 8 years ago
- Thread safe and multi-endian version of Bob Jenkins' spookyhash