concurrency-management

There are 16 repositories under concurrency-management topic.

  • florimondmanca/aiometer

    A Python concurrency scheduling library, compatible with asyncio and trio.

    Language:Python42321114
  • MartinMalinda/vue-concurrency

    A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.

    Language:TypeScript35744715
  • alidcast/vuency

    Concurrency management for Vuejs.

    Language:HTML735296
  • python-trio/trimeter

    (not ready yet) A simple but powerful job scheduler for Trio programs

    Language:Python7111123
  • TomWright/gopool

    Easy to use worker pool with dynamic pool sizing.

    Language:Go12311
  • GoLangsam/pipe

    A pipers bag - generic functions to gain concurrency - batteries included :-)

    Language:Go8101
  • alansastre/java-concurrency-advanced

    Concurrencia en Java. API java.util.concurrent para creación de programas concurrentes en Java.

    Language:Java1203
  • 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#1200
  • 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:Python1100
  • 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:C1200
  • EmreBaykusak/concurrency-web

    MVC project that handles DbUpdateConcurrencyException

    Language:C#0100
  • Hypejet/Concurrency-Utilities

    🚩 A set of utilities making concurrency in Java easier

    Language:Java0030
  • 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:Java0200
  • 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:Java00
  • AbhiOnGithub/Master-GoLang-Concurrency

    Best Practices for Concurrency in golang

    Language:Go10
  • 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#10