Taymindis / atomic_hashtable
atomic_hashtable for C, fast movement for read, write, and delete without locking while multithreading purposes, Simple and Stable
☆25Updated 7 years ago
Alternatives and similar repositories for atomic_hashtable:
Users that are interested in atomic_hashtable are comparing it to the libraries listed below
- Indexed Array is a C library struct array for you to add index into struct field member in order to do faster search☆12Updated 7 years ago
- A STOMP client written in c, STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol. Simple Api usage☆16Updated 3 years ago
- lock-free LIFO stack by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆31Updated 6 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆27Updated 6 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31Updated 7 years ago
- C++ http client, pure libcurl based with customized set_easy_opt for different kind of requests for Mobile, NON BLOCK UI SYNC http reques…☆29Updated 6 years ago
- Memory Pool☆16Updated 7 years ago
- Single C file event loop☆28Updated 5 years ago
- NonBlockpp is small c++ library to proceed background task then runOnMainThread(runOnUIThread)☆15Updated 6 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- memory pool allocator☆50Updated 12 years ago
- Lightweight task scheduler. Public domain.☆18Updated 7 years ago
- Your one-stop C and C++ library for URI parsing.☆30Updated 6 years ago
- skiplist library for C.☆53Updated 8 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Updated 9 years ago
- Rolla - Tiny, fast, crash-safe embedded k/v storage engine☆53Updated 2 years ago
- single file C libraries☆38Updated 2 months ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆143Updated 4 years ago
- Coroutine library in C.☆20Updated 3 years ago
- Lightweight Msgpack Encoder☆15Updated 8 years ago
- Minimal pub/sub message queue in C.☆22Updated 10 years ago
- C utilities library : timer, base64, log, lock, buffered string, buffered array, basic CGI, XML parsers (SAX and DOM), XPath, ...☆30Updated 7 months ago
- C++ reflection framework (for fun)☆14Updated 10 years ago
- ☆32Updated last year
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Simple event handling library.☆11Updated 10 years ago
- farmhash (C99)☆15Updated 9 years ago
- ANSI C pthread packages for thread pools, queues/channels, task timers, set operations, red-black btree associative map.