michaelbull / c-dictionary-trie
A dictionary implementation that is written in C and backed by a prefix tree.
☆25Updated 9 years ago
Related projects ⓘ
Alternatives and complementary repositories for c-dictionary-trie
- Parse URLs in C much like Node's url module.☆55Updated 5 months ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31Updated 7 years ago
- bithacks.h is a C header file containing useful bit manipulation macros☆73Updated 14 years ago
- A synthetic benchmark of C10K problem using pthreads or epoll☆22Updated 8 years ago
- Slab Memory Allocator in Application Layer☆28Updated 6 years ago
- Packet decoding for TCP/IP protocols; a portable packet sniffing library.☆15Updated 3 weeks ago
- Memory Pool☆16Updated 6 years ago
- A cross-platform immediate mode user-interface library. Public domain.☆34Updated 7 years ago
- Run-length encoding.☆21Updated 9 years ago
- Obtain a pointer to the struct that contains the struct member☆20Updated 9 years ago
- Cross platform, threaded priority work queue scheduler library in C, with optional C++ wrapper. Run jobs based on priority, and/or schedu…☆23Updated 7 years ago
- A string concatenation utility in a single header file for C++11.☆68Updated 10 years ago
- memory pool allocator☆49Updated 11 years ago
- Human-readable stack trace for C and C++ programs and C++ exception backtrace.☆13Updated 12 years ago
- A whatwg compliant UTF8 encoding and decoding library☆34Updated 5 years ago
- A small header C library to print stack trace on execution if an exception occurs (such as segmentation fault).☆19Updated 7 years ago
- A light weight, low level embedded key-value database library☆32Updated 11 years ago
- libapi is a cross platform high performance io library written in c. It provides ability to write event driven servers and applications w…☆56Updated 6 years ago
- Netstring parsing in C☆35Updated 4 years ago
- A tiny lexical analyser generator☆18Updated 12 years ago
- Generic type-safe vector, hash map, and concurrent queue for C☆53Updated 4 years ago
- ☆17Updated 5 years ago
- cprops - C Prototyping Tools☆12Updated 12 years ago
- A User Space Threading Library☆17Updated 6 months ago
- Tiny format/mustache templating library (C++11)