Topic: "parallel-algorithm"
itslokesh/DownloadManager
DownloadManager, a Java application that divides the files to be downloaded into multiple streams and facilitates the downloading of the file streams in parallel.
Language: Java - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

dillondaudert/LoadBalancers.jl
Dynamic load balancing in Julia.
Language: Julia - Size: 985 KB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

in-op/Parallel
Custom parallel method and class definitions compatible with Unity 5.5 (.NET 3.5, C# 4.0)
Language: C# - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

lukaprijatelj/flocking_simulation
This is a college project for course called Parallel systems. We needed to convert serial algorithm of flocking simulation into parallel.
Language: C - Size: 4.07 MB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

ehsanmok/CS-521
UBC CS 521: Parallel Computing and Architectures
Language: Erlang - Size: 177 KB - Last synced at: 7 days ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 2

petrvecera/pai
School project for Parallel algorithms. Text similarity. Written in Python with usage of MPI.
Language: Python - Size: 5.86 KB - Last synced at: 2 days ago - Pushed at: over 9 years ago - Stars: 1 - Forks: 0

pcarruscag/LUT
Unstructured 2D LUT using a trapezoidal map
Language: C++ - Size: 900 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MatiasCarabella/multithreading
C++ programs showcasing multithreading, concurrent programming, and parallel algorithms.
Language: C++ - Size: 113 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

iManGHD/ParallelProcessing
CE Algorithms Lab @ SUT
Language: C - Size: 16.3 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

mmarzolla/parallel-intersections
A parallel algorithm for counting intersections among sets of one-dimensional intervals
Language: C++ - Size: 9.93 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

artem-burashnikov/SparseMatrices 📦
Sparse Matrices as QuadTrees and their usage as an internal data structure for Graphs.
Language: F# - Size: 915 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mohamed-ladjal/Matrix-Multiplication-with-Shared-Vector-Simulation
This C++ project simulates matrix multiplication with a shared vector, showcasing the principles of parallel computing and shared memory utilization.
Language: C++ - Size: 1.44 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

artem-burashnikov/ImageProcessing Fork of gsvgit/ImageProcessing
Image processing in F# on GPGPU using Brahma.FSharp
Language: F# - Size: 2.22 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

leonid-sokolinsky/Apex-method
Parallel implementation of the apex-method in C++ using the BSF-skeleton with a workflow support
Language: C++ - Size: 2.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

ilyak93/images_contrast_enhancement
Parallelized histogram equalization for gray scale images using GPUs in CUDA C++ in a consumer-producer aproach.
Language: Cuda - Size: 302 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

AxoyTO/Parallel_Programming
Parallel programming applications that I've written and launched on supercomputing complex of Moscow State University throughout my studies in the department of Supercomputers and Quantum Informatics
Language: C - Size: 6.54 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

drudilorenzo/parallel-sph-algorithm
Parallel Smoothed Particle Hydrodynamics algorithm (SPH).
Language: C - Size: 715 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

manleviet/PyFastDiagP-ver2
Python FastDiagP implementation
Language: Python - Size: 8.09 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

alexgrigoras/search_engine
Search engine application made in Java programming language using Eclipse IDE.
Language: HTML - Size: 9.8 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mgpopinjay/parallel-prefix-scan
Work-efficient Parallel Prefix Scan with Blelloch Algorithm
Language: C++ - Size: 714 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ToniCifre/Parallelism
Parallel programming with OpenMP and Python. Control of the communication and the distribution of tasks between threads in addition to the exchange and sharing of data.
Language: C - Size: 12.3 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

leonid-sokolinsky/NSLP-Quest
CoFePro: Parallel Projection Algorithm for Solving Convex Feasibility Problems
Language: C++ - Size: 88.9 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

KT19/parallel_algorithms
Implementation of some parallel algorithms
Language: C++ - Size: 135 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mwfj/Parallel_Architecture
This Repo is the assignments of Parallel Architecture
Language: C++ - Size: 8.65 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

xstupi00/Line-of-Sight
Parallel and Distributed Algorithms - Project - Line-of-Sight
Language: C++ - Size: 90.8 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

xstupi00/Odd-Even-Transposition-Sort
Parallel and Distributed Algorithms - Project - Odd-Even Transposition Sort
Language: C++ - Size: 443 KB - Last synced at: 4 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

GuyKabiri/Cuboids-Shearsort-MPI
The Shearsort algorithm is implemented using Odd-Even sorting. In this implementation, C is used along with MPI.
Language: C - Size: 40 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

leonid-sokolinsky/BSF-Jacobi-Map
Parallel implementation of Jacobi method using the higher-order functions Map
Language: C++ - Size: 42 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

leonid-sokolinsky/BSF-Cimmino
BSF implementation of Cimmino algorithm
Language: C++ - Size: 70.3 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

jynxmagic/Parallel-Particle-Swarm-Optimization
This project is an attempt to parallelize the Processing Swarm Algorithm
Language: Python - Size: 192 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 1

Bader-Research/ExactMP
ExactMP: An Efficient Parallel Exact Solver for Phylogenetic Tree Reconstruction Using Maximum Parsimony
Language: C - Size: 258 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Bader-Research/PMedian
PMedian: Parallel Selection and Median Finding
Language: C - Size: 60.5 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Bader-Research/Cycle-Detection
Cycle-Detection: A Parallel Algorithm for Cycle Detection in Planar Partitioned Digraphs
Language: C - Size: 70.3 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Bader-Research/Rake
Rake: Parallel Expression Evaluation using Tree Contraction
Language: C - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Bader-Research/Spanning-Tree
Spanning-Tree: Parallel Spanning Tree
Language: C - Size: 14.6 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

alexgrigoras/web_crawler
Web Crawler developed in Python
Language: Python - Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

BPod123/VisualSortingAlgorithms
Watch sorting algorithms as they take place
Language: Java - Size: 114 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

batra98/Distributed-Systems-Erlang
Simple Token passing system and parallelized version of mergesort using erlang.
Language: Erlang - Size: 3.44 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Kautenja/fast-cpu-transpose
A parallel, recursive, and cache-oblivious Matrix initialization and transposition method
Language: Jupyter Notebook - Size: 2.8 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 1

mehrta/parallel-prefix-sum
A simple parallel algorithm for computing prefix sum of an array implemented in C#
Language: C# - Size: 65.4 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

harmim/vut-prl-project3
Paralelní a distribuované algoritmy - Projekt - Viditelnost
Language: C++ - Size: 934 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

harmim/vut-prl-project2
Paralelní a distribuované algoritmy - Projekt - Odd-Even Transposition Sort
Language: C++ - Size: 917 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

N-Wouda/ParAlg 📦
Code for Parallel Algorithms assignments (Fall 2019).
Language: C - Size: 775 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

adityaa30/cuda-dapa
Implementation of Matrix Transpose using Mesh Architecture and Perfect Shuffle
Language: Cuda - Size: 84 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Jeffresh/Producer-consumer-cplusplus
The producer-consumer problem implemented in C++ using parallel programming.
Language: C++ - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

egebasturk/Parallel-Computing-Projects
Projects for CS 426 Parallel Computing
Language: C - Size: 25.8 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 3

HicrestLaboratory/SPGAS
A smart and parallel graph analytics framework on ARM systems
Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

cyrus-raitava/Task-Scheduler Fork of liamtbrand/softeng306-p1g8
A project built around using artificial intelligence and parallel processing power to solve a difficult scheduling problem. Built in a team of 5.
Language: Java - Size: 2.23 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

laylalaisy/ZJU_3_2_ParallelAlgorithm
Course: Parallel Algorithm in ZJU Time: 2018/05/27 - 2018/06/16 Teacher: Yijie Han
Size: 38.2 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

SupremaLex/jacobi-eigenvalues
Implementation of serial and parallel(MPI) Jacobi algorithm for estimating of eigenvalues of symmetric matrix
Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 2

rbratschun/hpc-opencl-scan
HPC - OpenCL: work efficient scan implementation
Language: C++ - Size: 61.5 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

przywartya/parallel-processing
A collection of beginner parallel processing problems
Language: Python - Size: 255 KB - Last synced at: 7 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

mgabilo/findmax-mpi
Parallel algorithm to find the maximum number generated among multiple processors using MPI
Language: C++ - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

g-laz77/Parallel-Computing-Snippets
Contains all experiments with different types of matrices and operations.
Language: Python - Size: 563 KB - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

Nalaka1693/pthread_odd_even_sort
parallelized odd even sort using C pthreads
Language: C - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

MyXOF/EightQueens
Solve eight queens puzzle with parallel algorithm
Language: Java - Size: 467 KB - Last synced at: 12 days ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1

Blockost/scheduler
Process scheduler in C
Language: C++ - Size: 2.78 MB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

harmim/vut-ios-project-2
Operační systémy - Projekt 2
Language: HTML - Size: 146 KB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

intesar-gist/floyd_warshall_openmp
OpenMP implementation of Floyd Warshall algorithm
Language: C - Size: 1000 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

EmanuelOverflow/cuSOM
CUDA implementation of Self-Organizing Map in C++
Language: C++ - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

cbaziotis/cgm
Implementation of the algorithm in: E. L. G. Saukas and S. W. Song. , "A Note on Parallel Selection on Coarse-Grained Multicomputers", Algorithmica (1999)
Language: C++ - Size: 11.7 KB - Last synced at: 7 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 1

mguenther/parallelism-in-java
Musings in parallel data and task processing in Java 8
Language: Java - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

cezardasilva/parallel-primes
Projeto acadêmico que possui como objetivo principal explorar a utilização da biblioteca OpenMPI para executação de scripts paralelamente.
Language: C - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0
