A General-purpose Task-parallel Programming System using Modern C++
-
Updated
Oct 25, 2024 - C++
A General-purpose Task-parallel Programming System using Modern C++
A distributed, structured concurrent runtime for Python (and friends)
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
The Darkest Pipeline - Multithreaded pipelines for modern C++
C++ development framework for building reliable cache-friendly distributed and concurrent multicore software
Simple library to exchange data between the 2 cores of a Raspberry Pi Pico under Arduino IDE framework
Learning ECS - 100k Cubes in Phyllotaxis pattern
Multicore programming course materials (Spring 2021)
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.
AUT Multicore Programming Course Materials
Collection of parallel adaptive filter implementations for efficient signal processing applications in PyTorch.
rp2040 sandbox for Shattuck's ARM-Forth (2021) - local work by wa1tnr
Sample codes for parallel programming using OpenMP on CPU and CUDA on GPU
Solutions to Exercises and Problems in the book
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.
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.
Implementing the Game of Life by Conway. Trying to learn ECS and data driven thinking
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.
Add a description, image, and links to the multicore-programming topic page so that developers can more easily learn about it.
To associate your repository with the multicore-programming topic, visit your repo's landing page and select "manage topics."