thread-safety topic

List thread-safety repositories

safecache

21
Stars
8
Forks
Watchers

A thread-safe and mutation-safe LRU cache for Python.

ConcurrentSkipList

19
Stars
8
Forks
Watchers

A light, high-performance, concurrent, thread-safe skip list implementation written in Golang.

save-thread-result

19
Stars
2
Forks
Watchers

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

32
Stars
2
Forks
Watchers

C Language Template Library C语言 模板库

mtTkinter

16
Stars
8
Forks
Watchers

Legacy multi-threading support for Tkinter, Python 2.7 or earlier only

MemoryPool

21
Stars
5
Forks
Watchers

simple memory pool / thread safe / minimized context switching / Memory managed in 4 levels / Requirements(Windows xp~ / Visualstudio 2015)

atomicmap

19
Stars
1
Forks
Watchers

A high performance thread-safe implementation of hash map for Golang (accent on high throughput, not at latency)

sled

19
Stars
1
Forks
Watchers

A high performance lock free map type for go.

ConcurrentPriorityQueue

22
Stars
6
Forks
Watchers

A thread-safe generic first in-first out (FIFO) collection with support for priority queuing.