An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: concurency

Zubayear/jedi

Data Structure and Algorithms, Concurrency in Java

Language: Java - Size: 333 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

ocsigen/lwt

OCaml promises and concurrent I/O

Language: OCaml - Size: 28.7 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 764 - Forks: 180

EkoEdyPurwanto/CLIs-Applications

CLI INTERACTIVE + WORKER + CONCURRENCY + SCRAPING

Language: Go - Size: 5.34 MB - Last synced at: 9 days ago - Pushed at: about 2 years ago - Stars: 19 - Forks: 1

AsyncSwift/AsyncLocationKit

📍async/await CoreLocation

Language: Swift - Size: 126 KB - Last synced at: 9 days ago - Pushed at: almost 2 years ago - Stars: 193 - Forks: 26

raiyanyahya/zapq

⚡ A single‑binary Go microservice that exposes a First‑In First‑Out message queue completely in RAM.

Language: Go - Size: 91.8 KB - Last synced at: 18 days ago - Pushed at: 22 days ago - Stars: 35 - Forks: 0

mactsouk/mGo4th

Source code for Mastering Go, 4th edition.

Language: Go - Size: 850 KB - Last synced at: 9 days ago - Pushed at: 23 days ago - Stars: 64 - Forks: 45

pedrokehl/caminho

Tool for creating efficient data pipelines in a JavaScript environment

Language: TypeScript - Size: 914 KB - Last synced at: 24 days ago - Pushed at: 5 months ago - Stars: 63 - Forks: 1

petru-braha/RR-application

A client-server application developed on Linux, which provides digital communication for the transport industry

Language: C - Size: 26.2 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

liucijaad/farm-a-concurency-problem

Farm - A Concurency Problem

Language: Java - Size: 13.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

nabilac27/42-pipex

pipex is a C program that simulates a shell pipeline, using pipes and process management to execute commands, handle file redirection, and facilitate inter-process communication.

Language: C - Size: 1.49 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

jczic/MicroWorkers

A micro workers class that easily manages a pool of threads to optimise simultaneous jobs and jobs endings, for MicroPython (used on Pycom modules & ESP32)

Language: Python - Size: 61.5 KB - Last synced at: 27 days ago - Pushed at: almost 6 years ago - Stars: 47 - Forks: 13

drylikov/remindme

Remindme - is a simple application written in Erlang which will remind you anything you want.

Language: Erlang - Size: 15.6 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

SergeyMakeev/smmalloc

Blazing fast memory allocator designed for video games

Language: C++ - Size: 1.66 MB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 307 - Forks: 26

TheLazyTomcat/lib.ConcurrentTasks

Small library providing means for simple management and use of parallely run tasks.

Language: Pascal - Size: 47.9 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 2

coderatul/conflict-serializable-validator

A Python tool to check if a given transaction schedule is conflict serializable. It analyzes the schedule, builds a dependency graph, detects cycles, and determines whether the schedule can be serialized. Supports input from Excel files and provides a graphical representation of the dependency graph

Language: Python - Size: 15.6 KB - Last synced at: 12 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

nidhaloff/b-rabbit

A thread safe library that aims to provide a simple API for interfacing with RabbitMQ. Built on top of rabbitpy, the library make it very easy to use the RabbitMQ message broker with just few lines of code. It implements all messaging pattern used by message brokers

Language: Python - Size: 1.76 MB - Last synced at: 1 day ago - Pushed at: over 2 years ago - Stars: 31 - Forks: 11

AleksNeStu/projects

🎧 Apps, solutions, code examples, documentation for education purposes 🚀

Language: Jupyter Notebook - Size: 277 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 1

pavanscales/net_module

Size: 1000 Bytes - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

daryark/philosophers

Threads, mutex, concurrent programming

Language: C - Size: 1.52 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

robinpokorny/promise-throttle-all

🤏 Promise.all with limited concurrency

Language: TypeScript - Size: 992 KB - Last synced at: 10 days ago - Pushed at: 8 months ago - Stars: 23 - Forks: 1

manchicken/promise-regulation

This is a simple Node library to help you take a bit more control over your Promises.

Language: JavaScript - Size: 398 KB - Last synced at: 25 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

hussammohammed/ParralelCopyPast

CLI tool to copy/past files in parallel

Language: Go - Size: 10.6 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

lmicovic/distributed-fractals-chaos-game

System using mathematical theory of chaos to calculate distributed fractals.

Language: Java - Size: 121 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

kamildrazkiewicz/go-flow

Simply way to control goroutines execution order based on dependencies

Language: Go - Size: 16.6 KB - Last synced at: 9 months ago - Pushed at: about 6 years ago - Stars: 220 - Forks: 29

Safo-Samson/MultiThreading-in-Java

Advanced Programming in java with MultiThreading.

Language: Java - Size: 19.5 KB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

theKashey/plimited

👽Promise-based Resource Pool

Language: TypeScript - Size: 3.35 MB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 15 - Forks: 0

m-murad/ordered-sync-map

A gorutine safe ordered map implemented in Go using Generics.

Language: Go - Size: 23.4 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0

Mgobeaalcoba/practice-fast-api

Practice fast api

Language: Python - Size: 26.4 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

GoLangsam/pipe

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

Language: Go - Size: 1.45 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 1

diloabininyeri/async

A library that can run objects async with PHP

Language: PHP - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

M-i-c-a-h/ChatMeApp

This messaging app is built using the TCP protocol and allows users to communicate with each other via broadcast messages and private messages.

Language: Java - Size: 481 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

yusufcanb/kubot

Distribute robot scripts on Kubernetes workloads. ☸️🤖

Language: Go - Size: 81.1 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

siddharth1729/concurrent_task_scheduler

Concurrent Task Scheduler that optimizes the execution of a large number of independent tasks across multiple processing units. The scheduler should efficiently allocate resources, manage task dependencies, and handle concurrent execution without causing data races or deadlocks.

Language: Java - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

grimmerk/d4c-queue

Execute tasks sequentially or concurrently. Wrap an async/promise-returning/sync function as a queue-ready async function for easy reusing. Support passing arguments/getting return value, decorators. below is an introduction to v1.6.

Language: TypeScript - Size: 633 KB - Last synced at: 13 days ago - Pushed at: over 3 years ago - Stars: 17 - Forks: 0

Oklein1/ThreadVault

Concurrent programs don't need to be complex. ThreadVault is highly concurrent, small, scalable, and maintainable system aimed to show an alternative to monolithic concurrent programs.

Language: Clojure - Size: 112 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

FssAy/dish-logger

Lib for the "dish" project using tokio for faster memory scanning.

Language: Rust - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

LightJason/Java-AgentSpeak

LightJason - AgentSpeak(L++) for Java

Language: Java - Size: 18.6 MB - Last synced at: 12 months ago - Pushed at: almost 4 years ago - Stars: 23 - Forks: 6

While87/Swift_Concurrency Fork of Le0nX/Swift_Concurrency

Учебный проект покрывающий многопоточность в ios приложениях.

Size: 28.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

lzyim/typhoon

Typhoon is a very simple, fast, platform independent web server built for concurrency.

Language: Go - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

lzyim/gogo

gogo is an in-memory key-value cache library for Go.

Language: Go - Size: 4.88 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

jekiapp/promise

Go Context cancellation signal wrapper

Language: Go - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

ghmeier/go-concurrency

A presentation on basic go concurrency

Size: 42 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

joebos/golinesvr

Line Server - Go implementation

Language: Go - Size: 37.2 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Ahaif/Dining_Philosophers

Threads Communication synchronization

Language: C - Size: 1.18 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

zsomborjoel/concurency-practices

Finding every possible way to use threads and increase performance

Language: Java - Size: 16.6 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

alidevhere/go-safe-counter

Go safe counter is a counter which can be used by multiple go routines at same time

Language: Go - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

FairlyTales/React_Concurrent_Features

Getting to know the React concurrent features

Language: JavaScript - Size: 158 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pog7x/ssfactory

Simple screenshot factory

Language: Go - Size: 14.6 KB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

srjchsv/weatherservice

Educational GO project - GophersWeatherService

Language: Go - Size: 69.3 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ashifshadab/javaNotes

Primarily for my notes on Java various Topic, keeping public so anyone can take benefits.

Size: 3.02 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

tdv/go-pool

A tiny library in Go for goroutine worker pools conceptually looks like a work with thread pools

Language: Go - Size: 1.13 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

markoengelman/AsyncAwaitWrapper

Simple wrapper that allows us to bridge existing asynchronous code with new Swift concurrency APIs.

Language: Swift - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

aermolaev/bitarray

A bit array is an array data structure that compactly stores bits.

Language: Go - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

PeteGabriel/central-concurrent-log-repository

Server application that manage info from clients

Language: Go - Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

nikolaoravec/KiDS-Homework-2

University homework in distributed programming with concurrency.

Language: Java - Size: 196 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

nikolaoravec/KiDS-Homework-1

University homework in concurrent programming. Reading keywords from folders starting with a specific word, or URL-s.

Language: Java - Size: 32.2 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

hillolkallol/evaML

An Open Source Python Machine Learning Framework to Evaluate and Compare best Machine Learning Models and Hyperparameters.

Language: Python - Size: 13.6 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ekaone/Golang

🏌️‍♂️ Some programming experience by Golang

Language: Go - Size: 19.5 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

lk-geimfari/remindme

Remindme - is a simple application written in Erlang which will remind you anything you want.

Language: Erlang - Size: 19.5 KB - Last synced at: 9 days ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

andrejtonev/cabpp

C++ header-only library implementing a Cyclic Asynchronous Buffer (CAB)

Language: C++ - Size: 58.6 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 1

millukii/go-exercises

Golang exercises

Language: Go - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

agSant01/image-median-filter-processor

A Client-Server simulation of Parallelized and Serial Median Filter for images. Implemented in Scala using the Akka Framework.

Language: Scala - Size: 6.13 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

SimiAlex/JokeGenerator

Simple Android app that uses icanhazdadjoke REST API to display random jokes

Language: Java - Size: 2.4 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

husnutapan/more-efficent-java

Language: Java - Size: 120 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

Abdelbary/TrafficSimulation-cpp-concurrent-programming-

Language: C++ - Size: 16.4 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

PeteGabriel/ChannelsInGo

Channels and their usage in go programs

Language: Go - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

agungdwiprasetyo/transdigital

the power of golang

Language: Go - Size: 8.79 KB - Last synced at: 5 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

jakubriegel/game_of_life_3d

3D game of life implemented in CUDA

Language: C++ - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

vkuzm/Multithreading

Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

DeeptanshuM/AsyncProgramming101

Source code for Asynchronous Programming 101: A top-down introduction to asynchronous programming in C# https://deeptanshumalik.com/2019/07/03/async-programming-demo/

Language: C# - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 1

sammyne/workerpool

An Implementation of a Worker Pool Capable of Coordinating Routines in Golang

Language: Go - Size: 37.1 KB - Last synced at: 4 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

uditalias/promise-chunkify

Like Promise.all, but with concurrency.

Language: TypeScript - Size: 11.7 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

wefner/experiments

Tests for fun in Python

Language: Python - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

vfro/monitor

Language: Java - Size: 807 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

MageekChiu/JavaConcurrency

Java 并发编程 实战

Language: Java - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

v-kolesnikov/dining_philosophers

🍽 Dining philosophers problem solution on Ruby

Language: Ruby - Size: 9.77 KB - Last synced at: 9 days ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0