thread-safe
There are 313 repositories under thread-safe topic.
cornelk/hashmap
A Golang lock-free thread-safe HashMap optimized for fastest read access.
wqking/eventpp
Event Dispatcher and callback list for C++
alphadose/haxmap
Fastest and most memory efficient golang concurrent hashmap
e-dant/watcher
Filesystem watcher. Works anywhere. Simple, efficient and friendly.
alphadose/ZenQ
A thread-safe queue faster and more resource efficient than golang's native channels
viliwonka/KDTree
Fast KDTree for Unity, with thread-safe querying.
aatxe/irc
the irc crate – usable, async IRC for Rust
andreiavrammsd/cpp-channel
C++11 thread-safe container for sharing data between threads (synchronized queue)
0xsky/xredis
Redis C++ client, support the data slice storage, support redis cluster, thread-safe,multi-platform,connection pool, read/write separation.
scribd/LiveCollections
Automatically perform UITableView and UICollectionView animations between two sets of immutable data. It supports generic data types and is fully thread-safe.
adrianbrad/queue
⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.
skylab-inc/Lightning
A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework
y-crdt/y-octo
CRDT implementation which is compatible with https://github.com/yjs/yjs
TheLartians/Observe
📣 Hey listen! A simple general-purpose event-listener system for C++17.
ralna/CUTEst
The Constrained and Unconstrained Testing Environment with safe threads (CUTEst) for optimization software
JoelFilho/TDP
The Darkest Pipeline - Multithreaded pipelines for modern C++
g41797/mailbox
Zig Mailbox is convenient inter-thread communication mechanizm.
saurabh0719/go-hashlru
A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise:
sheerun/queue
Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer
chrischtel/nexlog
A modern, feature-rich logging library for Zig with thread-safety, file rotation, and colorized output. High-performance logging made easy.
patx/kenobi
kenobiDB is a document based sqlite3 abstraction for Python 3.
al8n/skl
A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.
vonzhou/learning-java
Java编程之路
hlts2/round-robin
faster round-robin balancing algorithm written in golang
nexconnectio/pynnex
PynneX provides a modern emitter-listener (signal-slot) pattern with thread safety, async support, and dynamic connection detection. Build decoupled architectures without heavy frameworks. It’s pure Python 3.10+; minimal overhead. Choose from multiple aliases (signal-slot or publisher-subscriber).
realTristan/bettercache
Modern Thread-Safe Caching System with Basic Full Text Functionalities
peterprokop/SwiftConcurrentCollections
Swift Concurrent Collections
wqking/eventpy
Event Dispatcher and callback list for Python
K-Adam/SafeQueue
A thread-safe queue implementation in C++
realTristan/goqueue
Flexible Queue System for Go
feuGeneA/gdax-orderbook-hpp
An in-memory copy of the order book on the GDAX cryptocurrency exchange, updated in real time via WebSocket feed, exposed in a thread-safe and lock-free data structure.
dalijap/code-delphi-thread-safety
Code examples from Delphi Thread Safety Patterns Book
aremmell/libsir
The Standard Incident Reporter library: A lightweight, cross-platform library for information distribution.
Miraion/Threading
Threading-Safe Objects For Swift.
Nevermore1994/Cpp-Channel
C++ MPSC-Channel, Thread-safe container for sharing data between threads
nidhaloff/b-rabbit
A thread safe library that aims to provide a simple API for interfacing with RabbitMQ. Built on top of rabbitpy, the library make it very easy to use the RabbitMQ message broker with just few lines of code. It implements all messaging pattern used by message brokers