multicore-programming
There are 43 repositories under multicore-programming topic.
taskflow/taskflow
A General-purpose Task-parallel Programming System using Modern C++
goodboy/tractor
distributed structured concurrency
tirimatangi/Lazy
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
JoelFilho/TDP
The Darkest Pipeline - Multithreaded pipelines for modern C++
Tredzone/simplx
C++ development framework for building reliable cache-friendly distributed and concurrent multicore software
IWILZ/PicoSem
Simple library to exchange data between the 2 cores of a Raspberry Pi Pico under Arduino IDE framework
avvie/ECS-Phyllotaxis
Learning ECS - 100k Cubes in Phyllotaxis pattern
AlirezaAK2000/Multicore-Programming
Multicore programming course materials (Spring 2021)
PavolKostolansky/STM32H7_MulticoreFIR
STM32H7 Multicore FIR is a finite impulse response filter implementation for a family of multicore processors from STM32 - family H7. The algorithm runs in parallel on both cores and this helps users to achieve high sampling frequencies or higher FIR filter order.
MehranTaghian/CUDA-OpenMP-samples
Sample codes for parallel programming using OpenMP on CPU and CUDA on GPU
nuniz/ParaFilt
Collection of parallel adaptive filter implementations for efficient signal processing applications in PyTorch.
radinshayanfar/MCP
AUT Multicore Programming Course Materials
Kiarash-Parvizi/The-Art-of-Multiprocessor-Programming-Solutions
Solutions to Exercises and Problems in the book
wa1tnr/rp2040-ARM-Forth-sbx-a
rp2040 sandbox for Shattuck's ARM-Forth (2021) - local work by wa1tnr
avvie/ECS-GameOfLife
Implementing the Game of Life by Conway. Trying to learn ECS and data driven thinking
joulook/Parallel-Processing-Spring-2021
In this repository you can find all of my projects for Parallel Processing Course when I was in 2nd semester of my master's at SUT.
ltd-ARYAN-pvt/Introduction-to-Parallel-Processing-and-Asynchronous-Programming
Welcome to the Asynchronous Programming repository! This repo provides a hands-on guide to mastering parallel processing concepts and techniques such as Multithreading, Multi-core Processing, and Asyncio in Python.
john-fotis/Parallel-Programming
Study & Performance Analysis on MPI and OpenMp program, solving Poisson Equation with Jacobi Method
rai-gaurav/perl-toolkit
Perl example scripts
aliahsan07/concurrent-priority-queue
Implementation of n process priority queue in Java using CompareAndSet
Bader-Research/SWARM
SWARM: Software and Algorithms for Running on Multicore
Exyss/n-body-parallelization
💻 N-Body problem parallelization with OpenMP and MPI
GiorgioBelli/npJohn
openMPI multicore implementation of John The Ripper
kevink1113/SGCS_CSE4100
Multicore Programming (2023-1)
kimbethstonehouse/multicore-support
Adds multicore processing support to a 64-bit x86 research operating system (InfOS). This involved designing the boot protocol to handle multiple cores, adapting the interrupt system to handle interprocessor interrupts, reworking the scheduler to distribute threads among multiple cores and writing locking primitives that prevent race conditions.
Misteri4452y/taskflow
Smart weekly planner with auto-scheduling and Google Calendar integration
njegos-dukic/Job-Parallelator
UWP application for multiple parallel job scheduling that enables multicore image processing.
shadowbourne/multicore-n-planet-simulator
3rd Year: 1st - 90. Vectorized and multicore n-body simulators written and extensively optimised in C++ for scalability to millions of particles/planets (using Euler method and Runge-Kutta 2).
wa1tnr/rp2040-sh_regForth-a
shift register application from recent repository here. wa1tnr local work. 7 segment LED 74HC595
ddoddii/Multicore-GPU-Programming
[CSI4119] Multicore GPU Programming
itsbenigno/ebg_stop
Multi-core EBGstop algorithm implementation
SanjithChockan/Locks
Implementation of various spin locks for process synchronization.
Aanandrai/MulticoreServer
Learning Node.js-based HTTP server that leverages the cluster module to handle requests across multiple CPU cores, improving performance and scalability.
amirrsm/big-data-search
This project demonstrates efficient search operations over large datasets using both single-threaded and multi-threaded approaches. It includes a Python script to generate synthetic data and C++ implementations to perform word searches, highlighting performance differences between threading models.
NiramayVaidya/Perf_Analysis
Hardware performance evaluation for the "Association Rule Mining"application - PSU CSE 532 Course Project