GitHub topics: volatile
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. 🐙💻
Language: Java - Size: 66.4 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

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.
Language: Java - Size: 1.83 MB - Last synced at: 8 days ago - Pushed at: 24 days ago - Stars: 33 - Forks: 6

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.
Language: Java - Size: 1.58 MB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 195 - Forks: 11

ukashazia/memcache
Yet another in memory cache implementation in go
Language: Go - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

havocesp/dictexpire 📦
Dict like with specific expire time per item.
Language: Python - Size: 6.84 KB - Last synced at: 12 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

pmem/vmemcache 📦
Buffer based LRU cache
Language: C - Size: 992 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 37 - Forks: 25

ljpengelen/transduce-shakespeare
Projects to illustrate Clojure's transducers
Language: Clojure - Size: 58.6 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

forax/how_to_stop_a_thread
Different ways in Java to stop a thread
Language: Java - Size: 19.5 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 1

alexweiranli/pyAp
Package for apatite-based thermodynamic models: ApThermo (melt hygrometry) and ApREE (REE partitioning).
Language: Jupyter Notebook - Size: 6.19 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 2

StormWangxhu/concurrency
:pen: Java concurrency
Language: Java - Size: 96.7 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

zehracakir/MultiThreadsAndConcurrency
Language: Java - Size: 89.8 KB - Last synced at: 2 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Fadezed/concurrency
Java 并发编程知识梳理以及常见处理模式 features and patterns
Language: Java - Size: 2.32 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 557 - Forks: 161

eroltutumlu/weatherapp
Java ile REST üzerinden Hava Durumu bilgisinin çekilmesi
Language: Java - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

tostc/CVFS
A simple node based virtual file system, written in pure C++ 11.
Language: C++ - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 5 - Forks: 0

GreyZeng/juc
Java多线程学习笔记
Language: Java - Size: 248 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

alvarocastro/volatile-map
ES6 Map object whose values are deleted after a TTL
Language: JavaScript - Size: 649 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

mtumilowicz/java-this-escaping-constructor
Leaking this reference from constructor.
Language: Java - Size: 61.5 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

danog/MagicalSerializer
Serialize internal PHP objects!
Language: PHP - Size: 34.2 KB - Last synced at: 22 days ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 0

skbkontur/vair-demo 📦
Примеры кода к докладу «Volatile access & instructions reordering»
Language: C# - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

A-Sakhmina/netology_multithreading_useless_box
Modeling a work of useless box using volatile param.
Language: Java - Size: 137 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mtumilowicz/java8-concurrency-jcstress-happens-before
Short introduction to happens-before, volatile and jcstress.
Language: Java - Size: 1.36 MB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

dev-dgupta/oneStopSolution
This repository is the one stop solution for all the coding interviews. Code snippets for all the topics frequently asked in interviews can be found here.
Language: Java - Size: 65.4 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

fashionzzZ/Blog
Fashion's Blog 个人学习笔记,涵盖JVM、数据结构、算法、设计模式、中间件、数据库、缓存、分布式微服务、DevOps等领域
Language: Java - Size: 216 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 1

nanhuaijin/java-senior
Java高级知识点
Language: Java - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

RuiDTLima/TrabalhosDePC
A repo with work done to Concorrent Programming Class.
Language: C# - Size: 594 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

jiankunking/counters-benchmark Fork of takipi/counters-benchmark
Benchmarking counters with Java 10
Language: Java - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
