threadsafe topic

List threadsafe repositories

concurrent-programming

622
Stars
245
Forks
Watchers

:cactus:《实战java高并发程序设计》源码整理

database-all

737
Stars
25
Forks
Watchers

Eloquent ORM for Java 8, 11, 17 and Spring boot 2.x , 3.x

skipset

232
Stars
17
Forks
Watchers

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

134
Stars
19
Forks
Watchers

lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!

slf4jtesting

55
Stars
4
Forks
Watchers

SLF4J Testing library optimised for test concurrency and dependency injection

concurrent-resource

19
Stars
3
Forks
Watchers

A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.

Web-Crawler

27
Stars
14
Forks
Watchers

A multithreaded web crawler using two mechanism - single lock and thread safe data structures

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! 🌟

radiant-rs

23
Stars
4
Forks
Watchers

Rust sprite rendering engine

Java单例模式及其多线程下的实现,包括六种线程安全实现和一种非线程安全实现(经典懒汉式)。