parallelism
Here are 285 public repositories matching this topic...
A collection of parallel image processing algorithms in pure Go
-
Updated
Aug 29, 2020 - Go
Official Threading Building Blocks (TBB) GitHub repository. For Commercial Intel® TBB distribution, please click here: https://software.intel.com/en-us/tbb
-
Updated
Nov 6, 2020 - C++
The C++ Standard Library for Parallelism and Concurrency
-
Updated
Nov 9, 2020 - C++
A Python stream processing engine modeled after Yahoo! Pipes
-
Updated
Aug 14, 2020 - Python
The standard library of the D programming language
-
Updated
Nov 9, 2020 - D
-
Updated
Sep 25, 2017 - Java
A library adding some anti-Pythonic syntatic sugar to Python
-
Updated
Oct 12, 2020 - Python
18.337 - Parallel Computing and Scientific Machine Learning
-
Updated
Nov 7, 2020 - HTML
100% Vanilla Javascript Multithreading & Parallel Execution Library
-
Updated
Aug 31, 2020 - JavaScript
A GPipe implementation in PyTorch
-
Updated
Sep 18, 2020 - Python
Crash java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: Unable to load script from assets 'threads/pre-load-data-worker.thread.bundle'. Make sure your bundle is packaged correctly or you're running a packager server.


Hi, I'm not sure if more platforms are interesting to you, but I've made a slightly more complete implementation of padding a struct to the cache line size here:
https://github.com/tinco/cache_line_size
I got the information on the cache line sizes from the Go compiler repository, so I'm pretty sure these are correct for all platforms Go runs on, which is a whole bunch.