Projects in Awesome Lists tagged with volatile
A curated list of projects in awesome lists tagged with volatile .
https://github.com/coralblocks/coralring
CoralRing is an ultra-low-latency, lock-free, garbage-free, batching and concurrent circular queue (ring) in off-heap shared memory for inter-process communication (IPC) in Java across different JVMs using memory-mapped files.
ipc memory-barriers off-heap-memory queue shared-memory threads volatile
Last synced: 19 Sep 2025
https://github.com/coralblocks/coralqueue
CoralQueue is an ultra-low-latency, lock-free, garbage-free, batching and concurrent collection of circular data structures for inter-thread communication in Java.
memory-barriers queue threads volatile
Last synced: 21 Jul 2025
https://github.com/danog/magicalserializer
Serialize internal PHP objects!
php pthreads serializable-objects serialization threading volatile
Last synced: 08 Jul 2025
https://github.com/forax/how_to_stop_a_thread
Different ways in Java to stop a thread
concurrency java performance thread volatile
Last synced: 27 Dec 2025
https://github.com/zehracakir/multithreadsandconcurrency
criticalsection java race-conditions runnable thread threadpooling volatile
Last synced: 27 Jul 2025
https://github.com/mtumilowicz/java8-concurrency-jcstress-happens-before
Short introduction to happens-before, volatile and jcstress.
concurrency happens-before java-concurrency jcstress volatile
Last synced: 17 Jun 2026
https://github.com/masterofawolf/youtube-game
🎮 Community-Driven Chaos Platformer: This is a fast-paced 2D platformer built entirely around community ideas, chaotic mechanics, and evolving gameplay. What started as a simple project has grown into a feature-packed game where almost everything can (and probably will) change.
community game game-development game-engine javascript javascript-game volatile youtube
Last synced: 14 Apr 2026
https://github.com/ljpengelen/transduce-shakespeare
Projects to illustrate Clojure's transducers
clojure java jcstress transducers volatile
Last synced: 15 May 2026
https://github.com/mtumilowicz/java-this-escaping-constructor
Leaking this reference from constructor.
concurrency final leaking this this-keyword this-reference volatile
Last synced: 17 Jun 2026
https://github.com/soenneker/soenneker.atomics.longs
A thread-safe long implemented on top of Interlocked/Volatile operations.
64 atomic atomiclong atomics bool csharp dotnet int interlocked long longs util volatile
Last synced: 12 Mar 2026
https://github.com/parminderpaul/lru-cache
This repository contains an object-oriented implementation of an LRU Cache in multiple programming languages. It demonstrates efficient `get` and `put` operations using a hashmap and doubly-linked-list structure. 🐙💻
arc asyncio cache caching cpp data-structures fifo-cache go header-only in-memory lfu lfu-cache lru lru-cache python server strapi volatile
Last synced: 14 Apr 2026
https://github.com/soenneker/soenneker.atomics.bools
A lock free atomic boolean.
atomic atomicbool atomics bool bools csharp dotnet interlocked util volatile
Last synced: 11 Mar 2026
https://github.com/soenneker/soenneker.atomics.strings
A lock-free, thread-safe wrapper for atomically publishing and reading a string reference. Designed for shared, mutable string state with minimal allocations, supporting fast reads and safe one-time or racing initialization without locks.
atomic atomics atomicstring csharp dotnet lock object reference string strings volatile
Last synced: 12 Mar 2026
https://github.com/soenneker/soenneker.atomics.nullablebools
A lock free atomic nullable boolean.
atomic atomicnullablebool atomics bool csharp dotnet interlocked nullablebools util volatile
Last synced: 22 Apr 2026
https://github.com/soenneker/soenneker.atomics.valueints
A thread-safe int32 struct implemented on top of Interlocked/Volatile operations.
32 atomic atomics csharp dotnet int interlocked struct util value valueatomicint valueints volatile
Last synced: 12 Mar 2026
https://github.com/soenneker/soenneker.atomics.valuebools
A thread-safe bool struct implemented on top of Interlocked/Volatile operations.
32 atomic atomics bool csharp dotnet int interlocked struct util value valueatomicbool valuebools volatile
Last synced: 22 Apr 2026