#
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
Aug 25, 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 1, 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 1, 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
-
Updated
Mar 27, 2020 - TypeScript
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.
![screen shot 2018-07-28 at 11 29 18](https://user-images.githubusercontent.com/3612098/43357535-8379af28-9259-11e8-9c5a-96
A GPipe implementation in PyTorch
-
Updated
Jul 29, 2020 - Python
18.337 - Parallel Computing and Scientific Machine Learning
performance-engineering
parallelism
neural-networks
differential-equations
gpu-computing
numerical-methods
lecture-notes
neural-ode
scientific-machine-learning
neural-sde
stiff-equations
scientific-simulators
sciml
-
Updated
Sep 1, 2020 - HTML
Simple & Efficient data access for Scala and Scala.js
-
Updated
Aug 24, 2020 - Scala
Knapsack splits tests evenly across parallel CI nodes to run fast CI build and save you time.
ruby
ci-server
travis-ci
rspec
parallelism
cucumber
testing-tools
snap-ci
buildkite
circle-ci
minitest
spinach
turnip
auto-balancing
semaphore-ci
-
Updated
May 29, 2020 - Ruby
A very simple thread pool for parallel task execution
-
Updated
Aug 20, 2020 - Rust
Parallel Collectors is a toolkit easing parallel collection processing in Java using Stream API.
-
Updated
Aug 31, 2020 - Java
Async Techniques and Examples in Python Course
-
Updated
Jul 6, 2020 - Python
Sharded logical queues for RabbitMQ: a queue type which provides improved parallelism and thoughput at the cost of total ordering
-
Updated
Aug 17, 2020 - Erlang
-
Updated
Jun 1, 2020 - HTML
A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead
runtime
scheduler
openmp
multithreading
parallelism
task-scheduler
message-passing
threadpool
data-parallelism
fork-join
work-stealing
task-parallelism
-
Updated
Aug 26, 2020 - Nim
A collection of useful utility functions
hashing
utility
compression
errors
utilities
string
strings
conversion
concurrency
parallel
decompression
hash
parallelism
conversions
string-manipulation
concurrent
conditions
conditional-statements
condition
conditional
-
Updated
Mar 29, 2020 - Go
A new threading extension for PHP
php
php-extension
concurrency
multithreading
parallelism
pthreads
threading
multiple-threads
itc
mutex-lock
-
Updated
Apr 11, 2018 - C
Svelto Tasks - C# promises compliant multi-threaded tasks runner
-
Updated
May 31, 2020 - C#
Declarative concurrency in Scala - The implementation of the chemical machine
csp
scala
functional-programming
jvm
dsl
actor-model
concurrency
declarative
multithreading
parallelism
async-channels
concurrent-programming
asynchronous-programming
chemical-machine
join-calculus
multicore
-
Updated
Aug 9, 2020 - Scala
The Floyd programming language
language
c-plus-plus
performance
immutable
actors
cpp
game-development
concurrency
parallelism
floyd
threading
cache-control
general-purpose
composable
systems-programming
optimisation
immutable-data-structures
persistent-data-structures
software-systems
-
Updated
Aug 16, 2020 - C++
Recursive Worker Threads in NodeJS
-
Updated
Mar 15, 2020 - TypeScript
Execution primitives for C++
-
Updated
May 26, 2020 - C++
Plasma Programming Language
programming-language
bytecode
functional-programming
plasma
concurrency
parallel-computing
parallelism
programming-languages
parallel-programming
plasma-compiler
parallelisation
-
Updated
Aug 31, 2020 - Mercury
Improve this page
Add a description, image, and links to the parallelism topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallelism topic, visit your repo's landing page and select "manage topics."
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.