GitHub topics: concurrent-queues
nkallima/Synch-Framework
An open-source framework for concurrent data-structures and benchmarks. 🛠️ Latest Dev Branch: v3.4.0-dev 🚀 https://github.com/nkallima/Synch-Framework/tree/v3.4.0-dev
Language: C - Size: 8.13 MB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 68 - Forks: 11

gilzoide/godot-dispatch-queue
Threaded and synchronous Dispatch Queues for Godot
Language: GDScript - Size: 53.7 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 47 - Forks: 6

noamyogev84/ConcurrentPriorityQueue
A thread-safe generic first in-first out (FIFO) collection with support for priority queuing.
Language: C# - Size: 56.6 KB - Last synced at: 25 days ago - Pushed at: 8 months ago - Stars: 31 - Forks: 11

bohde/codel
Go implementation of the Controlled Delay algorithm
Language: Go - Size: 42 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 33 - Forks: 3

eliainnocenti/SISOP-exercises 📦
Exercises for Operating Systems Exam @ Unifi - Concurrent access to data, threads, synchronisation with semaphores and synchronised methods.
Language: Java - Size: 3.84 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

00xc/tlock-queue
Multi-producer, multi-consumer, concurrent queue using C11 mutexes.
Language: C - Size: 43 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

ademakov/Evenk
A C++ library for concurrent programming
Language: C++ - Size: 146 KB - Last synced at: 7 months ago - Pushed at: about 4 years ago - Stars: 71 - Forks: 9

alansastre/java-concurrency-collections
Colecciones concurrentes en Java. Estructuras de datos concurrentes.
Language: Java - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 3

vchernoy/concurrent
Monitor Synchronization in Examples
Language: Python - Size: 9.77 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

arriqaaq/workerqueue
Language: Go - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

0x78f1935/Scraper
A simplistic web scraper which aims to make scrapping webpages and crawling links faster by utilizing parallel threading.
Language: C# - Size: 640 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

gadingnst/concurrent-manager
A simple and fast way to manage concurrent promise tasks with Queue Data Structure.
Language: TypeScript - Size: 2.53 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

giorgiomarcias/MPMCThreadPool
A flexible, fast, multiple-producer, thread pool
Language: C++ - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 11 - Forks: 1

chachaxw/ConcurrencyDemo 📦
ConcurrencyDemo in swift
Language: Swift - Size: 72.3 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

adnan2232/RealTimeFaceDetection
Real time face detection and recognition integrating with CCTV
Language: Python - Size: 45.4 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

yieldcurvemonkey/MyPQueue
My Implementation of a Concurrent Promise Queue.
Language: TypeScript - Size: 20.5 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

dac1976/CoreLibrary
A library containing a collection of useful C++1x utility classes to assist with multi-threading, logging, networking, custom exceptions, file management, INI files, serialization, sorting, string utilities and more.
Language: C++ - Size: 96.5 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 0

oaxelou/ConcurrentProgramming
Concurrent Programming in C (3rd year - 5th semester)
Language: C - Size: 2.17 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

michelsciortino/Cpp-Concurrent
My C++ implementation of some Java.Util.Concurrent classes
Language: C++ - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

raphaelauv/CONCURRENT-QUEUE-IPC-UNIX
Atomic Concurrent Queue (Circular-buffer) | UNIX IPC
Language: C - Size: 545 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

cnkuyan/indexer
Financial Indexer using SlidingTime interval
Language: Java - Size: 89.8 KB - Last synced at: 21 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

vishalshar/CachingLibrary
Caching Library for keeping record of users logged in the system in last 24 hours
Language: Java - Size: 168 KB - Last synced at: about 2 years ago - Pushed at: about 11 years ago - Stars: 0 - Forks: 0

kathleenwest/AdvancedConsoleApplicationIV
This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Using Threads to calculate Prime Numbers Prime Numbers ConcurrentQueue Dictionary ManualResetEvent Timer Producer Thread Consumer Thread
Language: C# - Size: 2.79 MB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

memojja/sight-screenshot-taker
Language: Java - Size: 462 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

codelusion/concurrency-queue
A lightweight, minimalist FIFO queue that holds jobs, releasing only a fixed number for concurrent processing
Language: JavaScript - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

DavideCarvalho/ConcurrentLinkedQueueJava
POC de uso de ConcurrentLinkedQueue no Java
Language: Shell - Size: 49.8 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

grmontpetit/hyper-queue
Language: Scala - Size: 32.2 KB - Last synced at: 5 days ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0
