threadsafe topic
concurrent-programming
:cactus:《实战java高并发程序设计》源码整理
database-all
Eloquent ORM for Java 8, 11, 17 and Spring boot 2.x , 3.x
skipset
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
lfqueue
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
slf4jtesting
SLF4J Testing library optimised for test concurrency and dependency injection
concurrent-resource
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
Web-Crawler
A multithreaded web crawler using two mechanism - single lock and thread safe data structures
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! 🌟
ThreadsafeSingletonAndUnthreadsafeSingleton
Java单例模式及其多线程下的实现,包括六种线程安全实现和一种非线程安全实现(经典懒汉式)。