parallel
Here are 1,413 public repositories matching this topic...
Summary
mypy shows some issues in LightGBM's Python package.
mypy \
--exclude='python-package/compile/|python-package/build' \
--ignore-missing-imports \
python-package/18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package
-
Updated
Aug 25, 2021 - JavaScript
Napa.js: a multi-threaded JavaScript runtime
-
Updated
Oct 30, 2018 - C++
The Github issue tracker URL in error messages should be updated to use issue templates
Originally posted by @esc in numba/numba#7223 (comment)
A General-purpose Parallel and Heterogeneous Task Programming System
-
Updated
Aug 20, 2021 - C++
Document exceptions
Exceptions that are part of public APIs could be documented using the Raises: syntax of Sphinx. For reference, some methods of the BaseStorage are documented this way.
I believe this could be a tracking issue until we've covered a decent proportion of the public APIs where one could just leave a note when addressing so
A CLI tool to run multiple npm-scripts in parallel or sequential.
-
Updated
Apr 6, 2021 - JavaScript
Easy multi-core processing utilities for Node.
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Jun 29, 2021 - TypeScript
Fast, flexible and easy to use probabilistic modelling in Python.
-
Updated
Aug 3, 2021 - Jupyter Notebook
A tiny async loader / dependency manager for modern browsers (899 bytes)
-
Updated
Apr 24, 2020 - JavaScript
A fast, concurrency-focused task automation tool.
-
Updated
Dec 21, 2020 - JavaScript
Version of Singularity:
3.0.3
Expected behavior
Some progress or update information during the creation of the SIF file.
Actual behavior
During "Creating SIF file..." step, the console does not produce any visible output for the user - but does create the resulting file eventually.
Steps to reproduce behavior
I was executing a few “larger” builds through the bui
Metarhia educational program index
-
Updated
Aug 24, 2021 - JavaScript
A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate
-
Updated
Aug 17, 2021 - Rust
Android/Java download manager library help you to download files in parallel mechanism in some chunks.
-
Updated
Aug 4, 2020 - Java
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
-
Updated
Aug 6, 2021 - Python
- The rf204_extrangefit.py should be translated also to C++
- The rf204b_extendedLikelihood_rangedFit.C tutorial should also be translated to C++
- The [rf204b_extendedLikelihood_rangedFit.C](https://root.cern.ch/doc/master/rf204b__extendedLikelihood_
Link run to CI build
- I have searched issues for similar feature requests
What is this feature about (1 sentence)
Expose link to CI build for a run
Why is it needed? What is the value? For whom do we build it?
Be able to access the build on CI from the run
High-level feature overview
Add a link that points to CI build. The data is in run.meta.ci.
This project now lives on in a rewrite at https://gitlab.redox-os.org/redox-os/parallel
-
Updated
Dec 4, 2017 - Rust
Automatic parallelization (lock-free multithreading thread) tool developed by Surparallel Open Source.Pelagia is embedded key value database that implements a small, fast, high-reliability on ANSI C.
-
Updated
Dec 6, 2020 - C
SIMD Vector Classes for C++
-
Updated
Aug 13, 2021 - C++
A family of header-only, very fast and memory-friendly hashmap and btree containers.
-
Updated
May 26, 2021 - C++
Improve this page
Add a description, image, and links to the parallel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallel topic, visit your repo's landing page and select "manage topics."


Apache Arrow has a first-class tabular file format, Feather, that the Ray Datasets IO layer should support. Combined with Ray Datasets' existing
.from_arrow()and.to_arrow()APIs, this would round out our "all-Arrow" experience, which should be as nice as possible given our "distributed Arrow dataset" positioning.Implementation Note