#
parallelism
Here are 310 public repositories matching this topic...
Image processing algorithms in pure Go
go
resize
algorithm
signal-processing
concurrency
effects
histogram
image-processing
image-editing
parallelism
-
Updated
Feb 12, 2021 - Go
oneAPI Threading Building Blocks (oneTBB)
parallelism
threading
tbb
composability
flowgraph
tbbmalloc
heterogeneousprogramming
taskparallelism
oneapi
-
Updated
Apr 7, 2021 - C++
The C++ Standard Library for Parallelism and Concurrency
-
Updated
Apr 16, 2021 - C++
A Python stream processing engine modeled after Yahoo! Pipes
-
Updated
Aug 14, 2020 - Python
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
Apr 17, 2021 - D
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
Mar 2, 2021 - HTML
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
Oct 12, 2020 - Python
its-danny
commented
Mar 18, 2021
Describe whats wrong or missing
Firefox doesn't support the zoom CSS property, causing the Clio logo to hide the first line of code in the playground.
ToDo
Either use [scale](https://developer.mozilla.org/en-US/d
A GPipe implementation in PyTorch
-
Updated
Sep 18, 2020 - Python
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
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
Simple & Efficient data access for Scala and Scala.js
-
Updated
Apr 12, 2021 - 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
Apr 15, 2021 - Ruby
A very simple thread pool for parallel task execution
-
Updated
Jan 28, 2021 - Rust
Parallel Collectors is a toolkit easing parallel collection processing in Java using Stream API.
-
Updated
Apr 15, 2021 - Java
Async Techniques and Examples in Python Course
-
Updated
Oct 1, 2020 - Python
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
Mar 13, 2021 - Nim
Sharded logical queues for RabbitMQ: a queue type which provides improved parallelism and thoughput at the cost of total ordering
-
Updated
Nov 16, 2020 - Erlang
-
Updated
Jun 1, 2020 - HTML
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
Recursive Worker Threads in NodeJS
-
Updated
Mar 29, 2021 - TypeScript
Must read research papers and links to tools and datasets that are related to using machine learning for compilers and systems optimisation
machine-learning
compiler
parallel-computing
parallelism
artificial-intelligence
operating-systems
optimisation
auto-tuning
parallel-programming
parallelisation
multi-cores
-
Updated
Mar 30, 2021
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
Nov 29, 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
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."
In the following file we have already ported some tests from Go to Rust:
https://github.com/crossbeam-rs/crossbeam-channel/blob/master/tests/golang.rs
The idea is to blindly port all the tests for Go channels line by line, which will give us additional confidence in the correctness of crossbeam-channel.
In the test file, you can find stubs with links to the original tests written in Go and