thread-safety topic
safecache
A thread-safe and mutation-safe LRU cache for Python.
ConcurrentSkipList
A light, high-performance, concurrent, thread-safe skip list implementation written in Golang.
save-thread-result
Simple subclass wrapper around `threading.Thread` to get the return value from a thread in python. Exact same interface as `threading.Thread`! 🌟 Star this repo if you found it useful! 🌟
air-ctl
C Language Template Library C语言 模板库
mtTkinter
Legacy multi-threading support for Tkinter, Python 2.7 or earlier only
MemoryPool
simple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)
atomicmap
A high performance thread-safe implementation of hash map for Golang (accent on high throughput, not at latency)
sled
A high performance lock free map type for go.
ConcurrentPriorityQueue
A thread-safe generic first in-first out (FIFO) collection with support for priority queuing.