Projects in Awesome Lists tagged with atomics
A curated list of projects in awesome lists tagged with atomics .
https://github.com/max0x7ba/atomic_queue
C++14 lock-free queue.
atomic atomic-queues atomics benchmarks c-plus-plus c-plusplus circular-queue cplusplus cpp data-structures datastructures high-performance lock-free lockfree lockless low-latency multi-threading multithreading queue ring-buffer-array
Last synced: 14 May 2025
https://github.com/nvidia/framework-reproducibility
Providing reproducibility in deep learning frameworks
atomics d9m deep-learning determinism deterministic-ops frameworks fwr13y gpu-determinism gpu-support ngc noise noise-reduction pytorch r13y reproducibility seed seeder tensorflow variance-reduction
Last synced: 16 May 2025
https://github.com/NVIDIA/framework-reproducibility
Providing reproducibility in deep learning frameworks
atomics d9m deep-learning determinism deterministic-ops frameworks fwr13y gpu-determinism gpu-support ngc noise noise-reduction pytorch r13y reproducibility seed seeder tensorflow variance-reduction
Last synced: 24 Apr 2025
https://github.com/golang-basics/concurrency
Concurrency in Go video course with in depth explanations & examples
atomics channels concurrency concurrency-patterns cond deadlocks go-routines livelocks mutexes once parallelism pool profiling race-conditions s3-bucket select starvation syncmap testing waitgroups
Last synced: 14 Apr 2025
https://github.com/ashvardanian/forkunion
Lower-latency OpenMP-style minimalistic scoped thread-pool designed for 'Fork-Join' parallelism in Rust and C++, avoiding memory allocations, mutexes, CAS-primitives, and false-sharing on the hot path 🍴
arm atomics compare-and-swap concurrency memory-model mpi multithreading openmp parallel-computing parallel-stl parallelism rayon thread-pool threadpool
Last synced: 16 Dec 2025
https://github.com/sinclairzx81/threadbox
Recursive Worker Threads in NodeJS
atomics channels nodejs parallelism shared-array-buffer worker-threads
Last synced: 09 Apr 2025
https://github.com/metarhia/web-locks
Web Locks API 🔒
async atomics await data-race deadlock lock locking locks multithreading mutex nodejs parallel race-detection semaphore shared-memory sharedarraybuffer synchronization synchronize threads web-locks
Last synced: 13 Apr 2025
https://github.com/ashvardanian/fork_union
Low(est?)-latency OpenMP-style minimalistic scoped thread-pool designed for 'Fork-Join' parallelism in Rust and C++, avoiding memory allocations, mutexes, CAS-primitives, and false-sharing on the hot path 🍴
arm atomics compare-and-swap concurrency memory-model mpi multithreading openmp parallel-computing parallel-stl parallelism rayon thread-pool threadpool
Last synced: 13 Jun 2025
https://github.com/sysprog21/concurrent-ll
concurrent linked list implementation
atomics concurrency linked-list lock-free scalability
Last synced: 08 May 2025
https://github.com/ultraembedded/riscv-linux-boot
Trivial RISC-V Linux binary bootloader
atomics bootloader bootstrap linux-kernel opensbi opensbi-qemu-linux risc-v riscv-linux rv32im uart
Last synced: 03 May 2025
https://github.com/lukaskalbertodt/atomig
Generic and convenient `std` atomics via `Atomic<T>`
Last synced: 04 Apr 2025
https://github.com/farhadi/cuckoo_filter
High-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir
atomics bloom-filter cuckoo-filter elixir erlang probablistic-data-structures
Last synced: 06 Apr 2025
https://github.com/gyson/blex
Fast Bloom filter with concurrent accessibility, powered by :atomics module.
atomics bloom bloom-filter elixir erlang filter probabilistic-data-structures
Last synced: 19 Jun 2025
https://github.com/eleev/concurrency-kit
🚄 Concurrency abstractions framework for Apple Platforms [Task, Atomic, Lock, Operation, etc.].
apple async atomics concurrency concurrent dispatch-queues framework gcd grand-central-dispatch ios ipados locks macos mutex spm swift swift-package-manager task watchos
Last synced: 12 Dec 2025
https://github.com/bdistin/fs-nextra
Node.js fs.promises enhanced standard extra methods, atomic methods, and basic compression methods.
atomics fs promises typescript
Last synced: 20 Mar 2025
https://github.com/mmis1000/dom-proxy
A trasparent rpc for allowing web worker to access dom in mainland(and vise versa)
atomics finalizationgroup rpc sharedarraybuffer weakref web-worker
Last synced: 02 Aug 2025
https://github.com/preciz/abit
Use :atomics as a bit array or as an array of N-bit counters
Last synced: 10 Apr 2025
https://github.com/zakarumych/atomicell
Multi-threaded RefCell on atomics
atomics multi-threading parallel-programming rust synchronization
Last synced: 23 Apr 2025
https://github.com/CAFxX/atomics
All the missing AMD64 atomic instructions
amd64 atomics golang instructions
Last synced: 12 Apr 2025
https://github.com/howprogrammingworks/atomics
Atomic Operations API
atomic atomics buffer cas compare-and-swap javascript js memory parallel process shared-memory thread wait
Last synced: 07 May 2025
https://github.com/farhadi/spinlock
Spinlock for Erlang and Elixir
atomics elixir erlang spinlock
Last synced: 03 May 2025
https://github.com/suirad/umutex
Platform Independant Mutex for the Zig programming language
atomics mutex mutex-lock zig zig-lang ziglang
Last synced: 15 Apr 2025
https://github.com/nim-works/arc
a hack to access reference counters with atomics
arc atomics concurrency continuations counting isolate memory nim orc ref reference threads
Last synced: 13 Jun 2025
https://github.com/buzzec/atomic_swapping
An arbitrary type atomic storage with swap operations.
Last synced: 11 Jul 2025
https://github.com/aaronlifton/fastcrawl
an agentic atomics-based low-heap allocation web crawler written in Rust, that can crawl Wikipedia at a rate of ~75 pages/sec.
agentic-ai agentic-framework agentic-web-crawler ai-agents atomics rust stack-allocation streaming-parser web-crawler wikipedia
Last synced: 24 Dec 2025
https://github.com/glessard/catomics
C11 atomics for Swift
atomics concurrency se-0282 swift
Last synced: 21 Oct 2025
https://github.com/pistonite/wasm-bindgen-spawn
A Web Worker based multithreading library for Rust and Assembly
atomics rust shared-memory threading wasm wasm-bindgen
Last synced: 17 Aug 2025
https://github.com/skippia/asynchronous_travel_around_node.js
Event loop tasks, async debugging, baseline performance(libuv), worker threads, workepools, multiprocessing(clustering), semaphores, mutexes, atomics
async-debug atomics clustering concurrency event-loop libuv multiprocessing multithreading mutex nodejs parallelism performance-node promises semaphore threads workerpool workers
Last synced: 03 Mar 2025
https://github.com/karitham/wq
work queue
atomics go golang multiplexing work-queue
Last synced: 15 Mar 2025
https://github.com/archisman-mridha/rust-atomics-and-locks
Reading the Rust Atomics and Locks book
Last synced: 20 Feb 2025
https://github.com/prosenjitjoy/learning-modern-cpp
Collection of code stanzas used for learning Modern C++
atomics classes design-patterns exceptions filesystem generic references smart-pointers stl thread tmp
Last synced: 05 Nov 2025
https://github.com/jatinderjit/rust-atomics
Notes for "Rust Atomics and Locks"
atomics concurrency rust rust-lang
Last synced: 05 Mar 2025
https://github.com/afeiship/styled-atomics
Atom css based on styled-components.
atomics components css generator module shorty style styled styled-components
Last synced: 01 Apr 2025
https://github.com/thanduriel/cuda_hip_comparison
performance study of atomics on GPUs
Last synced: 09 Oct 2025
https://github.com/studyresearchprojects/rust-atomics-and-locks
Rust Atomics and Locks Book Exercises
Last synced: 07 Sep 2025
https://github.com/banyc/futex
Taming the beast of desync
atomics futex memory-model syncronization
Last synced: 28 Dec 2025