fork-join
There are 56 repositories under fork-join topic.
mratsim/weave
A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead
it3xl/git-repo-sync
Auto synchronization of remote Git repositories. Auto conflict solving. Network fail resilience. Linux & Windows support. And more.
apebl/gpseq
A parallelism library for Vala and GObject (mirror)
eh3rrera/fork-join-demo
Example to show the use of the Fork/Join framework
mantzas/parwork
Parallel work processing library
ponylang/fork_join
:horse: Pony parallel processing library
HadrienG2/viscose
Unfinished prototype of locality-aware fork-join task scheduling for rayon
mohamedmashaal/Parallel-Programming
Repo containing "Rice University , Parallel Programming in Java" Assignments .
rm-hull/task-scheduler
Fork/Join task scheduling in Clojure
Ananya-0306/ILoveYou
Send this code to your crush.....thanks me later :) 💖
cbuschka/aws-scatter-gather
Scatter gather with AWS lambda
it3xl/git-sync
Synchronization of two remote Git repositories. Two remotes as one. Auto conflict solving by Convention over Git. Client-Vendor conception.
kakshay21/Parallel-Programming-Coursera
Parallel Programming in Java (https://www.coursera.org/learn/parallel-programming-in-java)
Ananya-0306/Devlover
OpenOpen source web project, especially for beginners who wants to learn Web development, just fork it for code contributions.
FrauBoes/ParallelDistributedProgrammingJava
Based on course Parallel and Concurrent Programming in Java by Rice University
v0nerd/polls
A simple polls system app by Django
bamless/sudoku-join
Solves sudokus in parallel using the Java 8 fork join framework. It achieves near linear speedup for large enough instances.
didinj/ionic4-angular6-multiple-api-calls-forkjoin
Ionic 4 Angular 6 Tutorial: Call Multiple Services at Once using ForkJoin
it3xl/bash-fork-join
Fork-Join parallel computing model in bash. Example.
lyczak/Dehasher
🔓 Bruteforcing the SHA-1 hashing algorithm.
mikenew01/clark
Project clark aims to provide a library for parallel data processing.
SandeepKundalwal/Advanced-Computer-Science-Practicum
[CS515: Advanced Computer Science Practicum] This repo contains all the assignment of CS515 offered at IIT Mandi by Dr. Sriram Kailasam & Dr. Manas Thakur during Fall Session 2022.
serdaralkancode/java-thread-vs-executor
Java Examples --- Threads, Executor Framework,Fork Join Framework,CompletableFuture
9-whiterose-9/Coin-Counter-Parallelization
Project for the Parallel and Concurrent Programming course 2023/2024
alairjunior/knife
Minimalist framework for sharpen your Linux processes forks
alansastre/java-parallelism
Programación paralela en Java con el Framework Fork Join y la API Stream.
BarathArivazhagan/fork-join-springboot-angular
This repository contains samples demonstrating fork join using springboot & angular
building-tech/building-tech
Software Engineer | Blogger
fedealdosivi/ThreadConcurrency
Threads examples :bangbang:
giacomocavalieri/fork-join
Bare bone example of fork join DSL in Scala
gkrusta/philosophers
This project involves implementing a dining philosophers problem, where philosophers (threads) compete for limited resources (forks) while avoiding deadlock and ensuring they can eat without conflicts.
Katapios/concurrency-examples
Concurrency examples in java | Многопоточность в java
kosmolot/gpseq
This project has been moved to GitLab and rewritten. https://gitlab.com/kosmospredanie/gpseq/
mtumilowicz/java11-spliterator-forkjoin
Fork-join using spliterator and parallel streams.
wootshee/fjoin
Speed up text streams processing by distributing input to a number of worker processes and merging their output back (fork-join computational model).