parallelism
Here are 335 public repositories matching this topic...
Image processing algorithms in pure Go
-
Updated
Feb 12, 2021 - Go
oneAPI Threading Building Blocks (oneTBB)
-
Updated
Sep 28, 2021 - C++
The C++ Standard Library for Parallelism and Concurrency
-
Updated
Sep 29, 2021 - C++
A Python stream processing engine modeled after Yahoo! Pipes
-
Updated
Aug 14, 2020 - Python
18.337 - Parallel Computing and Scientific Machine Learning
-
Updated
Aug 11, 2021 - HTML
The standard library of the D programming language
-
Updated
Sep 28, 2021 - D
-
Updated
Jun 28, 2021 - Java
Is your feature request related to a problem? Please describe.
Our current CLI commands are too verbose. When it concerns tests, this is annoying. Also, when error occurs, the error message is the only thing I see.
Describe the solution you'd like
I want to run commands silently and, if an error occurs, be able to trace the problem.
Describe alternatives you've considered
I su
Update documentation
A library adding some anti-Pythonic syntatic sugar to Python
-
Updated
May 23, 2021 - Python
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.


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