Topic: "concurrency-management"
florimondmanca/aiometer
A Python concurrency scheduling library, compatible with asyncio and trio.
Language: Python - Size: 74.2 KB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 390 - Forks: 14

MartinMalinda/vue-concurrency
A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.
Language: TypeScript - Size: 5.65 MB - Last synced at: 2 days ago - Pushed at: 9 days ago - Stars: 354 - Forks: 16

alidcast/vuency 📦
Concurrency management for Vuejs.
Language: HTML - Size: 342 KB - Last synced at: 7 days ago - Pushed at: over 6 years ago - Stars: 73 - Forks: 6

python-trio/trimeter
(not ready yet) A simple but powerful job scheduler for Trio programs
Language: Python - Size: 49.8 KB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 66 - Forks: 3

TomWright/gopool
Easy to use worker pool with dynamic pool sizing.
Language: Go - Size: 51.8 KB - Last synced at: 10 days ago - Pushed at: almost 7 years ago - Stars: 12 - Forks: 1

GoLangsam/pipe
A pipers bag - generic functions to gain concurrency - batteries included :-)
Language: Go - Size: 1.45 MB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 8 - Forks: 1

hasnocool/ollama-embeded-chat
This project integrates an LLM chatbot with document loading and caching capabilities, allowing users to engage in AI-powered conversations while fetching relevant documents from the web or local directories.
Language: Python - Size: 9.77 KB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

mzsv/42PHILOSOPHERS_bonus
Philosophers tackles the "Dining Philosophers" problem, focusing on concurrency issues such as deadlock and starvation. It simulates philosophers as threads/processes using mutexes/semaphores for fork management. The program logs state changes and detects starvation, ending when a philosopher dies or all have eaten a specified number of times.
Language: C - Size: 15.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

alansastre/java-concurrency-advanced
Concurrencia en Java. API java.util.concurrent para creaciĂłn de programas concurrentes en Java.
Language: Java - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 3

Hypejet/Concurrency-Utilities
đźš© A set of utilities making concurrency in Java easier
Language: Java - Size: 198 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

EmreBaykusak/concurrency-web
MVC project that handles DbUpdateConcurrencyException
Language: C# - Size: 20.5 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

theo-obadiah-teguh/BigTwo
A multiplayer big two card game, implemented with a Java backend and a Swing GUI. Project for the course COMP2396 Object-Oriented Programming and Java by the University of Hong Kong.
Language: Java - Size: 1.04 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

AbhiOnGithub/Master-GoLang-Concurrency
Best Practices for Concurrency in golang
Language: Go - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MarahGamdou/Concurrent-Web-Crawler
A Java Concurrent URL Crowler designed to take in a seed list of Universal Resource Locators (URLs) and parse the HTML to find further embedded URLs recursively. The aim is to build the most efficient crawler possible, crawling the most number of URLs per hour.
Language: Java - Size: 226 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BladeBreaker/dispatch-queue-cs
A simple implementation of Apple's Grand Central Dispatch in C# with an interest in creating as few allocations as possible
Language: C# - Size: 38.1 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

kathleenwest/ServiceThrottlingDemo
Service Throttling in WCF Services – A Demo of Service Concurrency and Instance Throttling Behaviors with Multi-threading Clients: This project presents a simple Demo WCF Service and “Tester” Client Application demonstration that implements concurrency and instancing behaviors on a service with multiple client thread calls to a method on the service. The project also demos throttling service behaviors that are in the service configuration settings. Service throttling limits the client calls that could otherwise drain or slow down its service to other clients if too many are calling simultaneously. The Demo Service is a standard template WCF service application hosted by the development IIS. The service features one simple method… a test method that simulates a long running process (it sleeps for 5 seconds). The client “tester” is a simple console application that creates multiple threads that access the service and report back on the results. The objective of this project was not to demo setup and hosting of a service, nor the client interface, but retrieve and display results of service behaviors with respect to multi-threaded access. Discussion regarding the hosting and setup of the simple IIS hosted service application will be skipped in this project article.
Language: C# - Size: 49.6 MB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
