Projects in Awesome Lists tagged with parallelism
A curated list of projects in awesome lists tagged with parallelism .
https://github.com/jakuj/ray-tracer
Ray tracing with Haskell's Parallel Evaluation Strategies
Last synced: 25 Feb 2025
https://github.com/tuyentv96/scatter-gather
A simple implementation of scatter gather pattern in Go.
concurrency go golang parallelism scatter-gather
Last synced: 02 Mar 2026
https://github.com/n0str/workerpool
Worker pool for Humans who loves sending billions of HTTP requests
concurrency for-humans golang goroutine-pool goroutines http http-requests library parallelism worker-pool workers
Last synced: 29 Mar 2025
https://github.com/jessenta-drake/scala-projects-
Emphasizes design decisions that affect the efficiency, expandability, and maintainability of code while analyzing the differences amongst a variety of approaches. Design decisions analyzed include choice of data structures and object-oriented techniques such as encapsulation, polymorphism, and inheritance.
asymptotic-analysis databases divide-and-conquer graph-and-tree-traversals hardware multi-language-integration multithreading parallelism recursion testing
Last synced: 11 Jan 2026
https://github.com/arxdeus/parallel
An action that allows you to run an (probably) unlimited number of commands in parallel
actions ci cicd continious-integration github-actions parallel parallelism
Last synced: 30 Apr 2026
https://github.com/iximiel/plumedflagship_parallelism
Short and simple introduction to developing parallel CVs in plumed2
parallelism plumed-school plumed2
Last synced: 14 Jul 2025
https://github.com/lukaofirst/parallel-programming-dotnet
This repository contains all my practices and lessons about Parallel Programming in .NET
concurrency concurrent-collections concurrent-dictionary concurrent-queue concurrent-stack dotnet dotnet-core lock multithreading mutex parallel-programming parallelism plinq threadsafe
Last synced: 17 May 2026
https://github.com/mehedimubin/concurrent-programming
A collection of concurrent programming case studies in Go. Learn and practice Goroutines, Channels, and thread-safe coding with real-world examples.
case-studies channels concurrency golang goroutines parallelism thread-safe
Last synced: 10 Sep 2025
https://github.com/nick-eagles/jhu_parallelism_and_gpus
Material for JHU Computing Club talk covering parallelism and GPUs
gpu-computing parallelism slurm
Last synced: 18 Mar 2026
https://github.com/pisto/virtual_slice_hosts
An Ansible role to parallelize task execution (yes.)
ansible ansible-roles parallelism parallelization
Last synced: 22 Apr 2026
https://github.com/gregorykogan/worker-pool
An idiomatic Go worker pool with zero-allocation submissions, backpressure, and graceful shutdown.
concurrency go golang goroutines high-performance library parallelism performance production-ready thread-pool utility worker-pool zero-allocation
Last synced: 28 Oct 2025
https://github.com/mateoramirezrubio1/learning_go_golang
This repository is dedicated to exploring and mastering Go programming through hands-on examples and projects. Each section delves into key Go concepts, providing clear explanations and practical code to help you understand and apply Go's features effectively.
concurrency go go-programming golang golang-examples goroutines learning-go learning-golang parallelism programming-tutorials waitgroups
Last synced: 13 Feb 2026
https://github.com/eomaxl/parallel-asynchronous-thread
An application where I have covered concurrency & parallelism starting from threads to completableFuturemplete
completable-future concurrent-programming executorservice java multithreading parallelism streams-api
Last synced: 03 Apr 2025
https://github.com/manumishra12/stocksense
An application that uses stock price data and technical indicators for improved predictions, with serial and parallel backtesting to optimize trading strategies and enhance decision-making.
backtesting multiprocess multithreading openmpi parallelism
Last synced: 18 Mar 2025
https://github.com/aalekh/mpi-mr
A sample implementation of Map Reduce using MPI
Last synced: 16 Feb 2026
https://github.com/thomasweise/regressor
An R Package for Fitting Models to Two-Dimensional (x-y) Data
cross-validation modeling parallelism r regression
Last synced: 22 Feb 2025
https://github.com/lamthanhnguyen/concurrency-parallelism-in-python-golang
deep dive into concurrency and parallelism in Python and Golang
concurrency golang parallelism python
Last synced: 19 Apr 2026
https://github.com/flothinkspi/prime-chain-calculator
Calculates the longest chain of prime numbers e.g: " 18593 → 185593 → 1855993 .... " but limitation is the INT32 numberspace of Java. So no bigger prime chains than INT_MAX will be found.
java java-8 parallel-computing parallelism parallelization prime-chain prime-numbers student-project study-project
Last synced: 10 May 2026
https://github.com/iroyalx/parallelism
UNI S6: Parallel processing final project
docker fastapi parallel-computing parallel-programming parallelism
Last synced: 12 May 2026
https://github.com/antaripchatterjee/eztasks
A single threaded approach to implement task oriented programming in c
asynchronous asynchronous-programming c c99 parallel-programming parallelism programming single-threaded task task-group task-oriented task-queue task-queues
Last synced: 26 Jan 2026
https://github.com/juanpablo70/arsw-lab02-part-i
Programación concurrente, condiciones de carrera, esquemas de sincronización, colecciones sincronizadas y concurrentes.
java parallelism synchronization threads
Last synced: 15 Mar 2025
https://github.com/brightdigit/parallelflock
array collection concurrency dispatchqueue ios macos parallelism swift tvos watchos
Last synced: 15 May 2026
https://github.com/johnanon9771/concepts-fundamentals
Repository for experiments :smile:
concurrency functional-programming nodejs parallelism
Last synced: 19 May 2026
https://github.com/ap/async
Asynchronous evaluation of Perl code (with optional timeouts)
Last synced: 30 Aug 2025
https://github.com/marinoandrea/parallel-sudoku
Parallel sudoku solver, computes every legal solution for a given grid.
backtracking fork-join java multicore parallelism parallelization speedup sudoku sudoku-solver
Last synced: 17 Mar 2025
https://github.com/azurespheredev/rust-exploratorium
🚀 Master Rust programming with this comprehensive roadmap! Explore fundamental and advanced concepts, code examples, and resources.
borrowing cargo clippy data-science iot lifetimes opensource ownership parallelism rust rustfmt smart-pointers
Last synced: 25 Nov 2025
https://github.com/rodrigo-kelven/study_test_stress
Este estudo nâo significa que é veridico! Estou realizando este estudo por conta própria, buscando entender como de fato é realizado a melhoria de performance, além disso estou buscando compreensão mais sólida com o intuito de construir softwares mais performáticos, flexiveis e de alto desempenho.
concurrent-programming core go java parallel-computing parallel-programming parallelism performance-testing processes python3 threads
Last synced: 10 Apr 2026
https://github.com/khmylov/limited-concurrency
.NET utilities for limited concurrency and parallelism.
concurrency dotnet parallelism
Last synced: 14 Jan 2026
https://github.com/laugharne/rust_rayon
Rayon empowers developers to write highly efficient, data-parallel code while maintaining Rust's guarantees of memory safety and concurrency.
parallelism rayon rust rust-lang thread
Last synced: 07 Apr 2025
https://github.com/areebahmeddd/surf
Anonymous Search Engine
beautifulsoup parallelism proxy
Last synced: 14 May 2026
https://github.com/m-thirumal/java-concurrency
Repository for Learning and quick reference for Java concurrency
java multithreading parallelism
Last synced: 21 Aug 2025