parallel-algorithm

There are 179 repositories under parallel-algorithm topic.

  • BSF-Jacobi

    Parallel implementation of Jacobi method using the higher-order functions Map and Reduce

    Language:C++2
  • Dual-Population-Genetic-Algorithm

    A genetic algorithm variant to run parallel populations to save time while acting similar to the original one

    Language:MATLAB2
  • odd-even-sort

    odd even sorting algorithm with "open mpi" for parallel systems.

    Language:C2
  • Parallel-Computing-Projects

    Projects for CS 426 Parallel Computing

    Language:C2
  • Parallel-BFS

    Course project of Advances in Parallel Computing

    Language:C2
  • Implementation-of-Parallel-String-Matching-Algorithms-with-CUDA

    Implement parallel string matching algorithms with CUDA in C

    Language:Cuda2
  • FPBHCPLEX.jl

    A Feasibility Pump based Heuristic for Multi-objective Mixed Integer Linear Programming using CPLEX

    Language:Julia2
  • parallel-letter-frequency

    Count the frequency of letters in texts using parallel computation.

    Language:Go2
  • ReadWriteLock

    Read-Write Lock in C++11

    Language:C++2
  • multithreading

    C++ programs showcasing multithreading, concurrent programming, and parallel algorithms.

    Language:C++1
  • SUPerman

    Computing Matrix Permanents In Parallel

    Language:Cuda1
  • cnn-image-classification-parallel

    AI-based image classification via parallel CNN networks

    Language:Python1
  • cs470_CUDA

    Implementation of parallel Asendorf Pixel-Sort algorithm and parallel background removal function using CUDA for enhanced rendering efficiency.

    Language:C1
  • parallel-prefix-scan

    Work-efficient Parallel Prefix Scan with Blelloch Algorithm

    Language:C++1
  • DeMe-Net

    A CNN architecture to Diagnosis of Dermatology Melanoma Skin Cancer using parallel convolution.

    Language:Jupyter Notebook1
  • PMedian

    PMedian: Parallel Selection and Median Finding

    Language:C1
  • PSRS

    PSRS: Parallel Sorting using Regular Sampling

    Language:C1
  • ParJedi

    ParJedi: Parallel Code for the State Assignment of large Finite State Machines

    Language:C1
  • SWARM

    SWARM: Software and Algorithms for Running on Multicore

    Language:Shell1
  • Parallel-Particle-Swarm-Optimization

    This project is an attempt to parallelize the Processing Swarm Algorithm

    Language:Python1
  • BSF-gravity

    Implementation of a parallel algorithm solving a simplified n-body problem

    Language:C++1
  • ParallelWatorCA

    An MPI+OpenMP implementation of a cellular automata based on the known Wator model.

    Language:C++1
  • conveyorpp

    A simple С++ library for building conveyor-like pipelines

    Language:C++1
  • Tic-Tac-Toe

    MinMax Algorithm

    Language:C1
  • cuda-dapa

    Implementation of Matrix Transpose using Mesh Architecture and Perfect Shuffle

    Language:Cuda1
  • Image-Denoising

    In this project, I experienced parallel programming with C++ using MPI library. I implemented a parallel algorithm for image denoising with the Ising model using Metropolis- Hastings algorithm.

    Language:C1
  • parallel-sum-MPI

    Implementation of sum of two vectors using MPI

    Language:C++1
  • parallel-programming

    Parallel programming learning code snippets

    Language:C1
  • MScaleJoin

    A parallel multi-way stream join algorithm based on ScaleJoin (https://doi.org/10.1109/TBDATA.2016.2624274)

    Language:Java1
  • 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:Java1
  • LoadBalance

    Load balance computation across several MPI ranks (parallel computation)

    Language:C++1
  • jacobi-eigenvalues

    Implementation of serial and parallel(MPI) Jacobi algorithm for estimating of eigenvalues of symmetric matrix

    Language:C++1
  • axbc

    Multi-heuristics optimization for approximating BC on large-scale graphs on Multi-GPUs

    Language:C1
  • LoadBalancers.jl

    Dynamic load balancing in Julia.

    Language:Julia1
  • DensestSubgraphInForkJoin

    Bachelor’s thesis about Densest Subgraph in Fork/Join

    Language:Java1