atomic-operation
There are 26 repositories under atomic-operation topic.
dotnet/dotNext
Next generation API for .NET
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!
sanjay-sol/Load_Balancer
This load balancer project distributes network traffic across multiple servers, ensuring high availability using health checks and dynamic request routing. It optimizes load distribution through a weighted algorithm and supports Round Robin selection.
liuziangexit/lazy
My lazy initialization implementation in C++17.
jokiefer/drf-json-api-atomic-operations
extensions to support atomic operations
TheLazyTomcat/lib.InterlockedOps
Set of functions providing atomic operations (addition, subtraction, exchange, ...) on variables. Created as an replacement and extension of interlocked functions provided by WinAPI.
glennin-codes/clito_play
CLI for audio player to stream and play all your music files at ease and fast on your terminal
MaterialEyes/manipulatt
v2020.01.14
shinnn/write-file-atomically
Promisified version of write-file-atomic
bignacio/dxpool
Object and thread pooling library
fabio-sassi/levin
in-memory key value server (based on radix-tree) with fuzzy search capabilities
mtumilowicz/java-concurrency-compare-and-swap
Basic examples of compare and swap.
space-code/atomic
atomic is a Swift property wrapper designed to make values thread-safe.
ayoubjdair/Go-Asteroids
LM051 Computer Systems FYP - An Educational Game Built To Teach Students Concurrent Programming Techniques
RougeWare/Swift-Atomic
Uses `DispatchQueue` to ensure a value is only read from and written to by one thread at a time
stasinosntaveas/operating-systems-ntua
3 Series of Exercises for Operating Systems Class (6th Semester) of the Electrical and Computer Engineering School, NTUA
steven-buytaert/snippets
Container repo with code snippets
TheFloatingBrain/ThreadIt
Designed as a cross platform drop in easy to use threading library, mainly an abstraction layer over std::thread and pthread, with attention to the specific requirements of platforms like Google Native Client/UCC.
vladutmargineanu/Space-Explorers-and-Federation-HQ
Homework for the Parallel and Distributed Algorithms course @ ACS, UPB 2019
chuankaizhao/AppliedParallelProgramming
Machine problems
hashangayasri/Atomic-Publisher
Broadcasting with thread_local atomics
vasilybodnarchuk/QueueSafeValue
Framework that provides thread-safe (queue-safe) access to the value.
yahialm/Concurrent-Sharded-maps-go-std-library
This project aims to develop an HTTP API that mimics the functionality of a HashMap while overcoming the constraint of data distribution across multiple machines. The primary challenge lies in designing and implementing a sharding scheme to distribute and manage data efficiently across a cluster of machines.
Naraujo13/GraphEvaluation
Analysis of graph multithreading access performance with different synchronization mechanisms: mutext, shared mutex and atomic operations
RTradeLtd/peerid-locker
a locker used for fine-grained control over concurrent access to peerID specific things