#
parallelism
Here are 271 public repositories matching this topic...
A collection of parallel image processing algorithms in pure Go
go
resize
algorithm
signal-processing
concurrency
effects
histogram
image-processing
image-editing
parallelism
-
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
parallelism
threading
tbb
composability
flowgraph
tbbmalloc
heterogeneousprogramming
taskparallelism
oneapi
-
Updated
Sep 5, 2020 - C++
A Python stream processing engine modeled after Yahoo! Pipes
-
Updated
Aug 14, 2020 - Python
The C++ Standard Library for Parallelism and Concurrency
-
Updated
Sep 7, 2020 - C++
The standard library of the D programming language
unicode
meta
functional
math
algorithms
datetime
containers
regex
concurrency
d
dlang
allocator
parallelism
digest
stdio
standard-library
traits
phobos
type-conversion
ranges
-
Updated
Sep 6, 2020 - D
java
demo
multi-threading
concurrency
showcase
parallelism
concurrent-programming
thread-safety
concurrency-problem
concurrency-issue
concurrency-gotchas
-
Updated
Sep 25, 2017 - Java
A library adding some anti-Pythonic syntatic sugar to Python
-
Updated
Apr 25, 2019 - Python
100% Vanilla Javascript Multithreading & Parallel Execution Library
nodejs
javascript
multi-threading
react-native
worker
thread
concurrency
parallel
parallel-computing
web-worker
multithreading
parallelism
thread-pool
concurrent
threads
parallel-processing
isomorphic-javascript
transferable-objects
javascript-multithreading
web-workers
-
Updated
Aug 31, 2020 - JavaScript
joaom182
commented
Jul 28, 2018
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.