zeek / paraglob
A fairly quick data structure for matching a string against a large list of patterns.
☆35Updated last year
Alternatives and similar repositories for paraglob:
Users that are interested in paraglob are comparing it to the libraries listed below
- Visualize file data as a PNG☆39Updated 13 years ago
- Sort Algorithm General Implementations in C Language☆168Updated 4 years ago
- A tiny Unix dynamic memory allocator library.☆63Updated 7 years ago
- Cool trick to store 4 5-bit values in one 16-bit value.☆284Updated 4 years ago
- Automatic cleanup in C using with-statements☆17Updated 3 years ago
- A http package for IncludeOS☆13Updated 8 years ago
- Quick experiment to see how expensive safety is in C, for research☆12Updated 6 years ago
- **NOTE**: This is outdated and no longer maintained. There's a new version at https://github.com/zeek/spicy.☆40Updated 7 years ago
- A fast secure userspace pseudorandom number generator☆82Updated 10 years ago
- Source code for the article "A bug story: data alignment on x86"☆16Updated 8 years ago
- measure entropy of memory allocators☆12Updated 3 years ago
- Helper library for parsing valid/invalid/broken/malformed DNS packets☆16Updated 3 years ago
- Doug McIlroy's C++ regular expression matching library☆95Updated 6 years ago
- The dream accurate approximate set cardinality estimator based on 3-bit HyperLogLog. More accurate than Redis HyperLogLog.☆55Updated 4 years ago
- A small test for multithreaded C++ stack unwinding on unixes☆16Updated 5 years ago
- Simple IRC bot written in x86 assembly☆15Updated 11 years ago
- like ChaCha, but 64-bit instead of 32-bit thanks to BLAKE2b's permutation☆15Updated 8 years ago
- A Python DTrace consumer using libdtrace - Now Python can be used as DTrace Provider and Consumer...