There are 7 repositories under threadsafe topic.
Realm is a mobile database: a replacement for Core Data & SQLite
📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
A simple, battle-tested and generic set type for the Go language. Trusted by GoogleCloudPlatform, Docker, 1Password, Ethereum and Hashicorp.
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
🌏 A tiny 0-dependency thread-safe Java™ lib for setting/viewing dns programmatically without touching host file, make unit/integration testing portable; and a tiny tool for setting/viewing dns of running JVM process.
The smallest public printf implementation for its feature set.
:cactus:《实战java高并发程序设计》源码整理
High performance, thread-safe in-memory caching primitives for .NET
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
Modern C++ made easy
Live pyqtgraph plot
faster round-robin balancing algorithm written in golang
SLF4J Testing library optimised for test concurrency and dependency injection
SRNetworkManager is a powerful and flexible networking layer for Swift applications. It provides a generic, protocol-oriented approach to handling API requests, supporting both Combine and async/await paradigms. This package is designed to be easy to use, highly customizable, and fully compatible with Swift 6 and the Sendable protocol.
Thread Safe Reactive Data Structure. Made with ❤️ for 🦀
A multithreaded web crawler using two mechanism - single lock and thread safe data structures
A thread-safe generic first in-first out (FIFO) collection with support for priority queuing.
A Go package providing thread-safe implementations of array, slice, map, stack and queue
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
C++ Chemical Kinetics, Thermodynaimics, and Transport Library
🦄 LRU cache for Go @bilibili. (beats 100% submissions @ leetcode)
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
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! 🌟
ulog (uber log) is a lightweight and threadsafe logger in C that provides color coded output, as well as the ability to send logs to a file.
A library with a range of utility classes and methods for jump starting C++ applications.
An observable lists library with upcast compatibility, list wrapping, reentrancy protection, thread safety, list binding and robust unit testing.
A task orient thread pool library for C++14 with cancellation and allocator support
FQueue - Simple thread-safe queue consumer with time and size batching.
Java单例模式及其多线程下的实现,包括六种线程安全实现和一种非线程安全实现(经典懒汉式)。