noporpoise / BitArrayLinks
C bit array structs and methods
☆213Updated 3 years ago
Alternatives and similar repositories for BitArray
Users that are interested in BitArray are comparing it to the libraries listed below
Sorting:
- A simple bitset library in C☆140Updated 9 months ago
- Random access array of tightly packed unsigned integers☆171Updated 3 years ago
- A fork of Paul Hsieh's Better String Library☆157Updated last month
- C11 Lock-free Stack☆184Updated last year
- Generic priority queue (heap) implementation used by the Apache HTTP Server project.☆103Updated 3 years ago
- Minimize lock-free queue ever!☆134Updated 7 years ago
- C99 trie library☆101Updated 6 years ago
- A low-latency in-memory C logging library☆58Updated 3 years ago
- SGLIB - A Simple Generic Library for C (originally by Marian Vittek and not maintained by Stefan Tauner at all!)☆187Updated 8 years ago
- Simple C library for parsing URLs with zero-copy and no mallocs.☆141Updated 4 years ago
- High performance C implementation of AVL trees☆104Updated 6 years ago
- Coroutines for C.☆77Updated 8 years ago
- C library of key-value data structures.☆296Updated 5 years ago
- A circular buffer alternative written in C under a BSD license☆141Updated 6 years ago
- A smattering of miscellaneous C libraries. Includes sane argument parsing, a thread-safe multi-producer/multi-consumer queue, and impleme…☆106Updated 9 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆146Updated 8 years ago
- Parser for argv that works similarly to getopt☆189Updated 2 years ago
- Levenshtein algorithm in C☆92Updated 3 years ago
- POSIX getopt() as a portable header library☆110Updated 2 years ago
- A C library of hashtables and tries designed to store objects with high performance☆242Updated last week
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆46Updated 6 years ago
- simple, fast C routines for manipulating UTF-8☆84Updated 6 years ago
- 24-bit BMP (Bitmap) ANSI C header library☆91Updated 6 years ago
- A generic C memory pool☆100Updated 9 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated 2 years ago
- Robin Hood hash map library☆67Updated 4 years ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆59Updated 6 years ago
- bithacks.h is a C header file containing useful bit manipulation macros☆73Updated 16 years ago
- Portable implementation of snprintf(3), vsnprintf(3), asprintf(3), and vasprintf(3)☆79Updated last year