All Projects → TAOMP → Similar Projects or Alternatives

640 Open source projects that are alternatives of or similar to TAOMP

async
Synchronization and asynchronous computation package for Go
Stars: ✭ 104 (+166.67%)
Mutual labels:  synchronization, concurrency, lock
Linux-Kernel-Driver-Programming
Implementation of PCI drivers, kprobe, sysfs, devfs, sensor driver, miscdevices, synchronization
Stars: ✭ 43 (+10.26%)
Fucking Java Concurrency
🎏 Simple show cases of java concurrency problems, seeing 🙈 is believing 🐵
Stars: ✭ 779 (+1897.44%)
Concurrent
Functional Concurrency Primitives
Stars: ✭ 206 (+428.21%)
Mutual labels:  synchronization, concurrency, lock
Java Concurrency Examples
Java Concurrency/Multithreading Tutorial with Examples for Dummies
Stars: ✭ 173 (+343.59%)
Mutual labels:  synchronization, concurrency, lock
Mt
tlock, RWMUTEX, Collab, USM, RSem and other C++ templates for Windows to provide read/write mutex locks, various multithreading tools, collaboration, differential updates and more
Stars: ✭ 18 (-53.85%)
chicken-gochan
Go-like Channels for Chicken Scheme
Stars: ✭ 18 (-53.85%)
Mutual labels:  multi-threading, concurrency
Tascalate Concurrent
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
Stars: ✭ 144 (+269.23%)
traffic
Massively real-time traffic streaming application
Stars: ✭ 25 (-35.9%)
AtomicKit
Concurrency made simple in Swift.
Stars: ✭ 88 (+125.64%)
Mutual labels:  concurrency, lock
Zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
Stars: ✭ 3,167 (+8020.51%)
Java Concurrency Progamming Tutorial
BAT华为大厂一线工程师四年磨一剑精心编排 Java 高并发编程案例代码 & 教程 & 面试题集锦。详细文档讲解请阅读本人的知识库仓:https://github.com/Wasabi1234/Java-Interview-Tutorial
Stars: ✭ 606 (+1453.85%)
Awesome Lockfree
A collection of resources on wait-free and lock-free programming
Stars: ✭ 1,046 (+2582.05%)
Concurrent Map
a thread-safe concurrent map for go
Stars: ✭ 2,627 (+6635.9%)
Thread Pool
Thread pool implementation using c++11 threads
Stars: ✭ 417 (+969.23%)
Mutual labels:  multi-threading, concurrency
go-left-right
A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right - A Concurrency Control Technique with Wait-Free Population Oblivious Reads>
Stars: ✭ 42 (+7.69%)
mux-stream
(De)multiplex asynchronous streams
Stars: ✭ 34 (-12.82%)
geeteventbus
An inprocess eventbus for highly concurrent Python applications
Stars: ✭ 17 (-56.41%)
Concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
Stars: ✭ 340 (+771.79%)
Java Concurrency
Java并发知识点总结
Stars: ✭ 3,457 (+8764.1%)
Crossbeam
Tools for concurrent programming in Rust
Stars: ✭ 4,180 (+10617.95%)
Mutual labels:  synchronization, concurrency
Sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
Stars: ✭ 172 (+341.03%)
optimistic lock coupling rs
🍋: A General Lock following paper "Optimistic Lock Coupling: A Scalable and Efficient General-Purpose Synchronization Method"
Stars: ✭ 21 (-46.15%)
Mutual labels:  concurrency, lock
Hamsters.js
100% Vanilla Javascript Multithreading & Parallel Execution Library
Stars: ✭ 517 (+1225.64%)
Mutual labels:  multi-threading, concurrency
safe
C++11 header only RAII guards for mutexes and locks.
Stars: ✭ 119 (+205.13%)
Mutual labels:  multi-threading, lock
Javamtp
《Java多线程编程实战指南(设计模式篇)》源码
Stars: ✭ 575 (+1374.36%)
Mutual labels:  multi-threading, concurrency
Taskflow
A General-purpose Parallel and Heterogeneous Task Programming System
Stars: ✭ 6,128 (+15612.82%)
syncs
Concurrency and synchronization primitives
Stars: ✭ 81 (+107.69%)
Mutual labels:  synchronization, concurrency
futex
File-based Ruby Mutex
Stars: ✭ 14 (-64.1%)
Mutual labels:  concurrency, lock
linked-blocking-multi-queue
A concurrent collection that extends the existing Java concurrent collection library, offering an optionally-bounded blocking "multi-queue" based on linked nodes.
Stars: ✭ 41 (+5.13%)
Mutual labels:  synchronization, concurrency
Actors.jl
Concurrent computing in Julia based on the Actor Model
Stars: ✭ 95 (+143.59%)
Tdp
The Darkest Pipeline - Multithreaded pipelines for modern C++
Stars: ✭ 67 (+71.79%)
django-concurrency-talk
🎭 Database Integrity in Django: Safely Handling Critical Data in Distributed Systems
Stars: ✭ 49 (+25.64%)
Mutual labels:  concurrency, lock
practice
Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html
Stars: ✭ 39 (+0%)
haxe-concurrent
A haxelib for basic platform-agnostic concurrency support
Stars: ✭ 69 (+76.92%)
Mutual labels:  concurrency, lock
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-48.72%)
scalable-concurrent-containers
High performance containers and utilities for concurrent and asynchronous programming
Stars: ✭ 101 (+158.97%)
aiorwlock
Read/Write Lock - synchronization primitive for asyncio
Stars: ✭ 90 (+130.77%)
Mutual labels:  concurrency, lock
Golang Tutorials
Go Tutorials - Let's get our hands really dirty by writing a lot of Golang code
Stars: ✭ 277 (+610.26%)
Chymyst Core
Declarative concurrency in Scala - The implementation of the chemical machine
Stars: ✭ 142 (+264.1%)
Overdrive
⚡️ Fast async task based Swift framework with focus on type safety, concurrency and multi threading
Stars: ✭ 823 (+2010.26%)
Mutual labels:  multi-threading, concurrency
thread-pool
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
Stars: ✭ 1,043 (+2574.36%)
Mutual labels:  multi-threading, concurrency
java-multithread
Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.
Stars: ✭ 24 (-38.46%)
AsyncLock
An async/await-friendly lock for .NET, complete with asynchronous waits, safe reëntrance, and more.
Stars: ✭ 106 (+171.79%)
Mutual labels:  synchronization
concurrent-resource
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
Stars: ✭ 17 (-56.41%)
Mutual labels:  concurrency
synapse
Non-intrusive C++ signal programming library
Stars: ✭ 48 (+23.08%)
Mutual labels:  multi-threading
pool
A highly flexible process pooling library for Node.js
Stars: ✭ 18 (-53.85%)
Mutual labels:  concurrency
theater
Actor framework for Dart. This package makes it easier to work with isolates, create clusters of isolates.
Stars: ✭ 29 (-25.64%)
Mutual labels:  concurrency
dlock
Interval Lock
Stars: ✭ 19 (-51.28%)
Mutual labels:  lock
csp
A library for Communicating Sequential Processes in Node.js, built on top of async/await
Stars: ✭ 59 (+51.28%)
Mutual labels:  concurrency
in2publish core
in2publish Community Version
Stars: ✭ 38 (-2.56%)
Mutual labels:  synchronization
syncdir
Automatically discover peers and synchronize a folder
Stars: ✭ 30 (-23.08%)
Mutual labels:  synchronization
think-async
🌿 Exploring cooperative concurrency primitives in Python
Stars: ✭ 178 (+356.41%)
Mutual labels:  concurrency
Mystral
Mystral (pronounced "ˈMistrəl") is an efficient library to deal with relational databases quickly.
Stars: ✭ 13 (-66.67%)
Mutual labels:  concurrent-programming
distlock
The universal component of distributed locks in golang , support redis and postgresql
Stars: ✭ 60 (+53.85%)
Mutual labels:  lock
golang-101
🍺 In-depth internals, my personal notes, example codes and projects. Includes - Thousands of codes, OOP, Concurrency, Parallelism, Goroutines, Mutexes & Wait Groups, Testing in Go, Go tool chain, Backend web development, Some projects including Log file parser using bufio.Scanner, Spam Masker, Retro led clock, Console animations, Dictionary pro…
Stars: ✭ 61 (+56.41%)
Mutual labels:  concurrency
kotlin-concurrency-primitives
Demo project that showcases the usage of various concurrency primitives in Java and Kotlin.
Stars: ✭ 32 (-17.95%)
Mutual labels:  concurrency
LockerScreen
Android lock screen,slide to unlock ! 安卓锁屏,上滑解锁,效果酷炫,值得拥有!
Stars: ✭ 81 (+107.69%)
Mutual labels:  lock
swift-futures
Demand-driven asynchronous programming in Swift
Stars: ✭ 32 (-17.95%)
Mutual labels:  concurrency
AudioAlign
Audio Synchronization and Analysis Tool
Stars: ✭ 80 (+105.13%)
Mutual labels:  synchronization
1-60 of 640 similar projects