An open API service providing repository metadata for many open source software ecosystems.

Topic: "thread-safe"

cornelk/hashmap

A Golang lock-free thread-safe HashMap optimized for fastest read access.

Language: Go - Size: 237 KB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 1,847 - Forks: 120

wqking/eventpp

Event Dispatcher and callback list for C++

Language: C++ - Size: 872 KB - Last synced at: 30 days ago - Pushed at: about 1 year ago - Stars: 1,610 - Forks: 255

alphadose/haxmap

Fastest and most memory efficient golang concurrent hashmap

Language: Go - Size: 144 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 1,012 - Forks: 52

e-dant/watcher

Filesystem watcher. Works anywhere. Simple, efficient and friendly.

Language: C++ - Size: 2.63 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 770 - Forks: 44

alphadose/ZenQ

A thread-safe queue faster and more resource efficient than golang's native channels

Language: Go - Size: 210 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 676 - Forks: 21

viliwonka/KDTree

Fast KDTree for Unity, with thread-safe querying.

Language: C# - Size: 19 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 572 - Forks: 100

aatxe/irc

the irc crate – usable, async IRC for Rust

Language: Rust - Size: 14.3 MB - Last synced at: 3 days ago - Pushed at: 8 days ago - Stars: 570 - Forks: 105

andreiavrammsd/cpp-channel

C++11 thread-safe container for sharing data between threads (synchronized queue)

Language: C++ - Size: 930 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 548 - Forks: 38

scribd/LiveCollections

Automatically perform UITableView and UICollectionView animations between two sets of immutable data. It supports generic data types and is fully thread-safe.

Language: Swift - Size: 2.42 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 341 - Forks: 14

0xsky/xredis

Redis C++ client, support the data slice storage, support redis cluster, thread-safe,multi-platform,connection pool, read/write separation.

Language: C++ - Size: 2.09 MB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 338 - Forks: 153

skylab-inc/Lightning

A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework

Language: Swift - Size: 360 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 310 - Forks: 14

adrianbrad/queue

⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.

Language: Go - Size: 106 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 289 - Forks: 15

y-crdt/y-octo

CRDT implementation which is compatible with https://github.com/yjs/yjs

Language: Rust - Size: 2.55 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 263 - Forks: 7

webriots/rate

A high-performance rate limiter library for Go applications

Language: Go - Size: 118 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 152 - Forks: 4

TheLartians/Observe

📣 Hey listen! A simple general-purpose event-listener system for C++17.

Language: CMake - Size: 88.9 KB - Last synced at: 6 months ago - Pushed at: almost 5 years ago - Stars: 135 - Forks: 11

ralna/CUTEst

The Constrained and Unconstrained Testing Environment with safe threads (CUTEst) for optimization software

Language: Fortran - Size: 3.93 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 118 - Forks: 20

seuros/breaker_machines

Modern circuit breaker for Ruby & Rails. Thread-safe, fiber-ready async support. Built-in fallbacks, rich introspection, clean DSL. Memory-efficient with jitter & monitoring.

Language: Ruby - Size: 1.08 MB - Last synced at: 10 days ago - Pushed at: 12 days ago - Stars: 106 - Forks: 2

sakurs2/tinyCoroLab

a course to help you learn C++20 coroutine and liburing

Language: C++ - Size: 3.24 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 99 - Forks: 15

g41797/mailbox

Zig Mailbox is convenient inter-thread communication mechanizm.

Language: Zig - Size: 395 KB - Last synced at: 1 day ago - Pushed at: 7 days ago - Stars: 98 - Forks: 7

chrischtel/nexlog

A modern, feature-rich logging library for Zig with thread-safety, file rotation, and colorized output. High-performance logging made easy.

Language: Zig - Size: 1.55 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 92 - Forks: 3

JoelFilho/TDP

The Darkest Pipeline - Multithreaded pipelines for modern C++

Language: C++ - Size: 102 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 89 - Forks: 4

saurabh0719/go-hashlru

A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm :arrows_clockwise:

Language: Go - Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 72 - Forks: 2

sheerun/queue

Lightweight, thread-safe, blocking FIFO queue based on auto-resizing circular buffer

Language: Go - Size: 13.7 KB - Last synced at: 9 months ago - Pushed at: about 5 years ago - Stars: 70 - Forks: 26

patx/kenobi

kenobiDB is a document based sqlite3 abstraction for Python 3.

Language: Python - Size: 393 KB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 68 - Forks: 1

al8n/skl

A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.

Language: Rust - Size: 821 KB - Last synced at: 21 days ago - Pushed at: 11 months ago - Stars: 63 - Forks: 8

vonzhou/learning-java

Java编程之路

Language: Java - Size: 35.7 MB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 61 - Forks: 19

hlts2/round-robin

faster round-robin balancing algorithm written in golang

Language: Go - Size: 17.6 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 60 - Forks: 14

nexconnectio/pynnex

PynneX provides a modern emitter-listener (signal-slot) pattern with thread safety, async support, and dynamic connection detection. Build decoupled architectures without heavy frameworks. It’s pure Python 3.10+; minimal overhead. Choose from multiple aliases (signal-slot or publisher-subscriber).

Language: Python - Size: 395 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 57 - Forks: 1

realTristan/bettercache

Modern Thread-Safe Caching System with Basic Full Text Functionalities

Language: Go - Size: 195 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 53 - Forks: 5

peterprokop/SwiftConcurrentCollections

Swift Concurrent Collections

Language: Swift - Size: 41 KB - Last synced at: 9 months ago - Pushed at: about 3 years ago - Stars: 48 - Forks: 6

wqking/eventpy

Event Dispatcher and callback list for Python

Language: Python - Size: 151 KB - Last synced at: 2 months ago - Pushed at: almost 6 years ago - Stars: 48 - Forks: 7

Taiizor/UUID

A modern, high-performance UUID library for .NET ecosystem. Features time-ordered identifiers, cryptographic security, multiple encoding formats and seamless Guid compatibility. Thread-safe, cross-platform and perfect for distributed systems. 🚀

Language: C# - Size: 22.4 MB - Last synced at: 17 days ago - Pushed at: 18 days ago - Stars: 41 - Forks: 3

Nevermore1994/Cpp-Channel

C++ MPSC-Channel, Thread-safe container for sharing data between threads

Language: C++ - Size: 70.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 41 - Forks: 3

realTristan/goqueue

Flexible Queue System for Go

Language: Go - Size: 79.1 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 41 - Forks: 1

feuGeneA/gdax-orderbook-hpp

An in-memory copy of the order book on the GDAX cryptocurrency exchange, updated in real time via WebSocket feed, exposed in a thread-safe and lock-free data structure.

Language: C++ - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 38 - Forks: 6

K-Adam/SafeQueue

A thread-safe queue implementation in C++

Language: C++ - Size: 2.93 KB - Last synced at: almost 3 years ago - Pushed at: about 5 years ago - Stars: 35 - Forks: 9

aremmell/libsir

The Standard Incident Reporter library: A lightweight, cross-platform library for information distribution.

Language: C - Size: 10.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 34 - Forks: 5

Miraion/Threading

Threading-Safe Objects For Swift.

Language: Swift - Size: 32.2 KB - Last synced at: 7 months ago - Pushed at: over 7 years ago - Stars: 34 - Forks: 14

imakris/glatter

An OpenGL loading library, with support for GL, GLES, EGL, GLX and WGL

Language: C - Size: 4.79 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 32 - Forks: 3

johsteffens/tbman

Memory Manager - Fast, Scalable and Easy to use

Language: C - Size: 312 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 32 - Forks: 11

chanpreet3000/pretty-pie-log

Pretty Pie Log: A powerful, thread-safe Python logging library featuring colorized output, structured logging, timezone-aware timestamps, rotating file logs, and function execution tracking with enhanced support for any data type in details.

Language: Python - Size: 262 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 31 - Forks: 0

nidhaloff/b-rabbit

A thread safe library that aims to provide a simple API for interfacing with RabbitMQ. Built on top of rabbitpy, the library make it very easy to use the RabbitMQ message broker with just few lines of code. It implements all messaging pattern used by message brokers

Language: Python - Size: 1.76 MB - Last synced at: 5 days ago - Pushed at: almost 3 years ago - Stars: 31 - Forks: 13

Konvt/pgbar

A lightweight terminal progress bar for Modern C++.

Language: C++ - Size: 4.48 MB - Last synced at: about 13 hours ago - Pushed at: 1 day ago - Stars: 28 - Forks: 2

vectrix-space/flare

Useful thread-safe collections with performance in mind for Java 8+.

Language: Java - Size: 401 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 27 - Forks: 1

hayageek/threadsafe

A Go package providing thread-safe implementations of array, slice, map, stack and queue

Language: Go - Size: 59.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 25 - Forks: 4

TSignalDev/tsignal-python

A Python Signal-Slot library inspired by Qt, featuring thread-safe communication, async support, and automatic connection type detection. Perfect for decoupled event-driven architecture and thread synchronization.

Language: Python - Size: 165 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 25 - Forks: 0

iVamsi/SnapNotify

🚀 A lightweight, thread-safe Snackbar library for Jetpack Compose with zero-ceremony setup. Show snackbars from anywhere with beautiful theming, queue management, and optional Hilt integration. 100% Kotlin.

Language: Kotlin - Size: 1.18 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 22 - Forks: 1

danielblagy/Yelloger

Simple thread-safe single-header C++ 17 logger.

Language: C++ - Size: 21.5 KB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 22 - Forks: 6

iVamsi/EasyAndroidPermissions

A lightweight Android library for easy runtime permission handling with Kotlin coroutines and Jetpack Compose - no more callbacks, just clean suspend functions.

Language: Kotlin - Size: 79.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 21 - Forks: 0

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

Language: Python - Size: 317 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 20 - Forks: 4

iunary/burrowkv

Burrowkv is a simple key-value store implementation in Python

Language: Python - Size: 16.6 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 20 - Forks: 0

ArchishmanSengupta/consistent-hashing

A Thread-safe Go library for distributed load balancing using consistent hashing with bounded loads

Language: Go - Size: 54.7 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 19 - Forks: 2

nursik/go-expire-map 📦

Go map with TTLs.

Language: Go - Size: 61.5 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 19 - Forks: 3

dalijap/code-delphi-thread-safety

Code examples from Delphi Thread Safety Patterns Book

Language: Pascal - Size: 67.4 KB - Last synced at: almost 3 years ago - Pushed at: about 3 years ago - Stars: 18 - Forks: 12

narek-sv/KeyValueStorage

An elegant, fast, thread-safe, multipurpose key-value storage, compatible with all Apple platforms.

Language: Swift - Size: 174 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 17 - Forks: 3

BiteCraft/rustato

Rustato: A powerful, thread-safe global state management library for Rust applications, offering type-safe, reactive state handling with an easy-to-use macro-based API.

Language: Rust - Size: 579 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 0

greyxor/slogor

A colorful slog handler

Last synced at: over 1 year ago - Stars: 17 - Forks: 4

Foxbud/libcclosure

Thread-safe closures as first-class functions for C

Language: C - Size: 107 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 0

knbr13/incache

Simple, fast, concurrent in-memory database.

Language: Go - Size: 900 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 1

filipdutescu/small-better-logger

A small, better logger library for C++, which features thread-safe loggers.

Language: C++ - Size: 131 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 14 - Forks: 0

Norwik/Garment

🐺 A Thread Safe Connection Pooling.

Language: Go - Size: 161 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 13 - Forks: 2

sakurs2/tinyCoro

An easy-use coroutine lib implement by C++ coroutine and liburing

Language: C++ - Size: 2.68 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 13 - Forks: 0

DisabledMallis/NuvolaEventSystem

A thread-safe event system for modern C++

Language: C++ - Size: 40 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 13 - Forks: 2

kaatinga/robinson

A single value thread-safe cache for any value type.

Language: Go - Size: 40 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 13 - Forks: 1

tsak/concurrent-csv-writer

Thread-safe concurrent CSV writer for Go

Language: Go - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 13 - Forks: 3

johnrjj/react-measure-text-worker

📏 Experimental off-thread position calculator built for React 📐

Language: TypeScript - Size: 266 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 12 - Forks: 2

tmontdev/collections

Easily filter, sort, and transform golang data collections

Language: Go - Size: 73.2 KB - Last synced at: 6 months ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 0

ragibasif/watchdog

Watchdog is a minimal and thread safe C library for tracking memory allocations, reallocations, and frees to detect memory leaks, buffer overflows, and double frees.

Language: C - Size: 2.67 MB - Last synced at: 15 days ago - Pushed at: 17 days ago - Stars: 9 - Forks: 2

MarkCiliaVincenti/ListShuffle

Thread-safe list, array and span shuffle extension library, using Fisher-Yates shuffle and optional cryptographically-strong random.

Language: C# - Size: 70.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 9 - Forks: 1

Curve/lockpp

🔒 A C++23 Library that provides mutex protected objects

Language: C++ - Size: 141 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 9 - Forks: 2

a-p-jo/allocator

Customisable, thread-safe C11 memory allocator based off the K&R "storage allocator"

Language: C - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 2

marcizhu/Cache

💾 A thread-safe, easy to use, header-only, fast and simple cache with selectable replacement algorithms and performance statistics

Language: C++ - Size: 109 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 0

huangjiahua/haz_ptr

A simple hazard pointer implementation for your memory well being

Language: C++ - Size: 29.3 KB - Last synced at: 6 months ago - Pushed at: about 6 years ago - Stars: 9 - Forks: 0

Ed-Pavlov/Binstate

Binstate is a simple but yet powerful state machine for .NET. Thread safe. Supports async methods. Supports hierarchically nested states.

Language: C# - Size: 1.65 MB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 8 - Forks: 3

ikelaiah/simplelog-fp

A simple, lightweight, and easy-to-use logging library for Free Pascal applications.

Language: Pascal - Size: 60.5 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 8 - Forks: 1

drudilorenzo/openai-cost-logger

Thread-Safe OpenAI Cost Logger

Language: Jupyter Notebook - Size: 314 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 1

realchrisparker/ParagonGAS

Paragon GAS (P-GAS) is an open-world gameplay ability system sample game that teaches developers how to use several of Unreal Engine features together to build a playable world using free FAB store assets. Epic Engine Version 5.6

Language: C++ - Size: 3.73 GB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 7 - Forks: 0

AmrSaber/go-blocking-dequeue

Thread safe, blocking, generic dequeue data structure for Go

Language: Go - Size: 55.7 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 1

RaphaelPrevost/ASKL

ASKL : cross-platform TCP/UDP server framework with batteries included (string library, JSON parser, plugin system, ...)

Language: C - Size: 3.39 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 6 - Forks: 1

engineering87/TemporalCollections

Thread-safe .NET collections with built-in, monotonic timestamps and a unified API for fast range queries, pruning, and temporal analytics

Language: C# - Size: 161 KB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 0

dschreib42/AsyncStateMachine

A framework for creating state machines and lightweight state machine-based workflows for Microsoft .NET

Language: C# - Size: 331 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 3

ArchishmanSengupta/cache-store

A simple, efficient, thread-safe <5KB in-memory data store with expiration time

Language: Go - Size: 18.6 KB - Last synced at: 22 days ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

siamakrostami/SRNetworkLayer

A robust Swift-based network layer for iOS applications, supporting Combine and async/await for seamless asynchronous operations.

Language: Swift - Size: 40 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

ashuthe1/kuki-memcache

In-memory Thread Safe Caching Library in Golang with support for multiple eviction policies, Batch Processing and Persistence Storage

Language: Go - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 0

aphenriques/thread Fork of fogti/ThreadPool

C++ thread utility library

Language: C++ - Size: 646 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 0

Raffaello/sdl2-vga-terminal

SDL2 VGA Terminal

Language: C++ - Size: 271 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 1

unevens/lockfree-async

A simple C++17 header-only template library for lock-free inter-thread communication.

Language: C++ - Size: 316 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 6 - Forks: 0

supercmmetry/rainman

A lightweight flexible hierarchical memory manager for C++

Language: C++ - Size: 1.48 MB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 6 - Forks: 0

friedunit/concurrent-programming-GUI

Java Swing GUI project working with concurrent programming, Java Threads, and Runnable interface

Language: Java - Size: 246 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 1

xywanz/MP-LFQueue

It's a robust lockless queue used in multiprocessing, and it can deal with the situation that any process aborts at any line.

Language: C - Size: 90.8 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 2

CarloWood/threadsafe

Threading utilities: object oriented (read/write) locking and more.

Language: C++ - Size: 208 KB - Last synced at: 24 days ago - Pushed at: 26 days ago - Stars: 5 - Forks: 1

kiebor81/mudis

Mudis is a fast, thread-safe, in-memory, sharded LRU cache for Ruby applications. Rails and Hanami (or any Rack) compatible.

Language: Ruby - Size: 1.17 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 0

sheikhazad/Singleton_Thread-Safe-Multiple-Solutions

Implementation of thread safe Singleton: Solution-1: By using mutex and atomic Solution-2: By using call_once and lambda function

Language: C++ - Size: 177 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 1

diffstorm/ConcurrentHashMap

A thread-safe hash map implementation in C++ with support for concurrent read and write operations.

Language: C++ - Size: 13.7 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 5 - Forks: 1

spk-22/ReCloudify

ReCloudify enables users to repurpose old laptops as remote storage devices, creating a personal cloud. Using a client-server model with socket programming, data can be seamlessly stored and accessed over a network. This decentralized approach offers cost-effective, private, and expandable storage without relying on third-party cloud providers.

Language: C - Size: 14.6 KB - Last synced at: 6 months ago - Pushed at: 11 months ago - Stars: 5 - Forks: 0

wmcnamara/delegate

Ridiculously Simple, Thread Safe C++ Event Class

Language: C++ - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

nektro/go.sdrie

An in-process key/value store for data with expiration dates in Go

Language: Go - Size: 10.7 KB - Last synced at: 9 months ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 2

ivknv/s3m

sqlite3 wrapper for multithreaded python applications

Language: Python - Size: 208 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 2

tower120/SyncedChunkedArray

Thread-safe unordered container, with thread-safe elements access/mutation, std::vector iteration speed and stable iterators

Language: C++ - Size: 49.8 KB - Last synced at: almost 3 years ago - Pushed at: about 8 years ago - Stars: 5 - Forks: 0

alganet/apywire

Lazy object wiring and dependency injection for Python 3.12+

Language: Python - Size: 1020 KB - Last synced at: 1 day ago - Pushed at: 3 days ago - Stars: 4 - Forks: 0