Ecosyste.ms: Repos

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

GitHub topics: wait-free

ddvamp/exe

Учебный concurrency framework

Language: C++ - Size: 1.51 MB - Last synced: 9 days ago - Pushed: 9 days ago - Stars: 0 - Forks: 0

rigtorp/awesome-lockfree

A collection of resources on wait-free and lock-free programming

Size: 27.3 KB - Last synced: 9 days ago - Pushed: 3 months ago - Stars: 1,698 - Forks: 163

ConorWilliams/libfork

A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines

Language: C++ - Size: 6.51 MB - Last synced: 11 days ago - Pushed: 12 days ago - Stars: 498 - Forks: 20

marcusspangenberg/waitfreequeue

Single header, wait-free queue for C++

Language: C++ - Size: 29.3 KB - Last synced: 16 days ago - Pushed: 17 days ago - Stars: 1 - Forks: 0

VSadov/NonBlocking

Implementation of a lock-free dictionary on .Net.

Language: C# - Size: 1.46 MB - Last synced: 16 days ago - Pushed: 3 months ago - Stars: 443 - Forks: 32

tensorush/zig-mpsc

🦎 🎛️ Zig port of the intrusive wait-free MPSC queue created by @dvyukov.

Language: Zig - Size: 30.3 KB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 6 - Forks: 1

hayabusa-cloud/concurrent

a library of lock-free concurrent algorithms

Language: Go - Size: 30.3 KB - Last synced: 26 days ago - Pushed: 27 days ago - Stars: 1 - Forks: 0

JCTools/JCTools

Language: Java - Size: 7.52 MB - Last synced: 29 days ago - Pushed: about 1 month ago - Stars: 3,477 - Forks: 552

finos/SymphonyMediaBridge

The Symphony Media Bridge (SMB) is a media server application that handles audio, video and screen sharing media streams in an RTC conference system.

Language: C++ - Size: 3.45 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 52 - Forks: 18

jnk0le/Ring-Buffer

simple C++11 ring buffer implementation, allocated and evaluated at compile time

Language: C++ - Size: 78.1 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 342 - Forks: 60

cloudflare/mmap-sync

Rust library for concurrent data access, using memory-mapped files, zero-copy deserialization, and wait-free synchronization.

Language: Rust - Size: 51.8 KB - Last synced: about 2 months ago - Pushed: 8 months ago - Stars: 376 - Forks: 20

HadrienG2/triple-buffer

Implementation of triple buffering in Rust

Language: Rust - Size: 204 KB - Last synced: about 1 month ago - Pushed: 3 months ago - Stars: 79 - Forks: 4

gnu-enjoyer/LeftWrite

wait-free concurrent data structure

Language: C++ - Size: 19.5 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

Teenvan/wait-free-simulation

Implementation of a wait-free simulation for a lock-free algorithm as described in the paper - A Practical Wait-Free Simulation for Lock-Free Data Structures

Language: C++ - Size: 47.9 KB - Last synced: about 1 month ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 0

pramalhe/ConcurrencyFreaks

Language: Java - Size: 13.6 MB - Last synced: 3 months ago - Pushed: 4 months ago - Stars: 395 - Forks: 50

pramalhe/OneFile

The world's first wait-free Software Transactional Memory

Language: C++ - Size: 1.07 MB - Last synced: 3 months ago - Pushed: over 4 years ago - Stars: 163 - Forks: 20

shilangyu/register-transformations

Showcases the transformations needed to go from one wait-free register to a different one.

Language: TypeScript - Size: 275 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 2 - Forks: 0

Liyixin95/spsc-rs

Wait-free(even without CAS), async, single-producer single-consumer channel.

Language: Rust - Size: 85 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

timstr/atomicslice

A rust library for sharing and updating arbitrary slices between threads, optimized for wait-free reads

Language: Rust - Size: 13.7 KB - Last synced: about 1 month ago - Pushed: 4 months ago - Stars: 6 - Forks: 0

viega/hatrack

Fast, multi-reader, multi-writer, lockless data structures for parallel programming

Language: C - Size: 1.32 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 76 - Forks: 6

mulle-concurrent/mulle-concurrent

📶 A lock- and wait-free hashtable (and an array too)

Language: C - Size: 396 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 104 - Forks: 11

coyorkdow/mpsc_ring

A fixed capacity wait-free mpsc queue (multiple producers, single consumer)

Language: C++ - Size: 8.79 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 0 - Forks: 0

ckatsak/lfchring

In-memory immutable wait-free consistent hashing ring data structure, supporting virtual nodes & replication.

Language: Go - Size: 39.1 KB - Last synced: about 1 month ago - Pushed: about 6 years ago - Stars: 3 - Forks: 1

darkautism/lfqueue

Minimize lock-free queue ever!

Language: C - Size: 69.3 KB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 127 - Forks: 27

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: 7 months ago - Pushed: almost 4 years ago - Stars: 6 - Forks: 2

marcobornstein/SWIFT

SWIFT: Shared WaIt Free Transmission

Language: Jupyter Notebook - Size: 198 MB - Last synced: 7 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 1

MengRao/WFMPMC

A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC

Language: C++ - Size: 77.1 KB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 103 - Forks: 32

pramalhe/RedoDB

The world's first wait-free KV store with generic durable linearizable transactions

Language: C++ - Size: 1.15 MB - Last synced: 7 months ago - Pushed: over 2 years ago - Stars: 33 - Forks: 6

Taymindis/lfqueue

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

Language: C - Size: 38.1 KB - Last synced: 7 months ago - Pushed: over 3 years ago - Stars: 119 - Forks: 18

mrhampson/WaitFreeQueue

Implementation of a wait free queue in Java based on this paper from Kogan and Petrank http://www.cs.technion.ac.il/~erez/Papers/wfquque-ppopp.pdf

Language: Java - Size: 294 KB - Last synced: 10 months ago - Pushed: over 6 years ago - Stars: 2 - Forks: 1

sudharsan-selvaraj/selenium-auto-wait

Utility to automatically manage all web element waits and enables to write wait-free selenium tests.

Language: Java - Size: 73.2 KB - Last synced: 11 months ago - Pushed: almost 3 years ago - Stars: 35 - Forks: 3

HadrienG2/spmc-buffer 📦

An extension of triple-buffering to multiple-consumer scenarios

Language: Rust - Size: 53.7 KB - Last synced: 4 months ago - Pushed: almost 6 years ago - Stars: 6 - Forks: 1

Pslydhh/WaitFreeQueue

A fast multi-producer, multi-consumer concurrent wait-free linearizable queue for Java

Language: Java - Size: 23.4 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 7 - Forks: 0

isndev/qb

C++17 Actor Framework - Cross-platform asynchronous core events and I/O

Language: C++ - Size: 1.53 MB - Last synced: about 1 year ago - Pushed: almost 4 years ago - Stars: 52 - Forks: 10

Taymindis/wfqueue

wait free FIFO queue, easy built cross platform(no extra dependencies needed)

Language: C++ - Size: 84 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 84 - Forks: 9

ckatsak/lfchring-rs

A concurrent, lock-free consistent hashing ring implementation in Rust.

Language: Rust - Size: 142 KB - Last synced: 20 days ago - Pushed: about 3 years ago - Stars: 9 - Forks: 1

JosefR/librtipc

Wait-free or lock-free IPC objects for real-time applications

Language: C - Size: 38.1 KB - Last synced: 10 months ago - Pushed: over 5 years ago - Stars: 2 - Forks: 2

Ch-LZ/scientific-iterator

Implementation of wait-free set iterator

Language: Java - Size: 149 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 0

IYP-Programer-Yeah/WaitFreeRingBufferUtilities

A header-only library that provides wait-free ring buffer utilities for C++ objects.

Language: C++ - Size: 70.3 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 8 - Forks: 0

Donald-Rupin/mpsc_zib

High performance Unbounded Multi-Producer Single-Consumer queues for C++

Language: C++ - Size: 109 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

boki1/telamon

Wait-Free simulation for lock-free algorithms.

Language: C++ - Size: 380 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

vitalyisaev2/concurrent_set

Various implementations of linked list based set

Language: Go - Size: 239 KB - Last synced: about 1 month ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

templexxx/u64

Wait-free Read Unsigned 64-bit Integer Set in Go

Language: Go - Size: 208 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 3 - Forks: 0

zbeekman/nightly-gcc-trunk-docker-image Fork of cmbant/docker-gcc-build

:moon: Nightly GCC :water_buffalo: trunk builds :hammer: available as a docker :whale2: container :package:

Language: Shell - Size: 68.4 KB - Last synced: 4 months ago - Pushed: over 7 years ago - Stars: 11 - Forks: 2

Exerg/WaitFreeCollections

Wait Free collections in C++

Language: CMake - Size: 146 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 3 - Forks: 1