parallel
Here are 1,606 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
Jun 11, 2022 - JavaScript
Napa.js: a multi-threaded JavaScript runtime
-
Updated
Oct 30, 2018 - C++
- I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG). - I have included a self contained code sample to reproduce the problem.
i.e. it's possible to run as 'python bug.py'.
I think I have discovered a very minor bug - or rather inconsistency with numpy - in Numba's implementation
A General-purpose Parallel and Heterogeneous Task Programming System
-
Updated
Jun 17, 2022 - C++
Motivation
mypy's --strict option will make Optuna's code more robust. It checks such as unused ignore, returning Any but float is specified, etc.
Description
--strict is a set of the following options. We can add them one by one.
-
--warn-unused-configs -
--disallow-any-generics -
--disallow-subclassing-any -
--disallow-untyped-calls - `--di
A CLI tool to run multiple npm-scripts in parallel or sequential.
-
Updated
Jun 10, 2022 - JavaScript
Easy multi-core processing utilities for Node.
-
Updated
Jun 18, 2022 - JavaScript
-
Updated
Jun 16, 2022 - TypeScript
Fast, flexible and easy to use probabilistic modelling in Python.
-
Updated
Jun 3, 2022 - Jupyter Notebook
A tiny async loader / dependency manager for modern browsers (899 bytes)
-
Updated
Apr 24, 2020 - JavaScript
Metarhia educational program index
-
Updated
Jun 16, 2022 - 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
A (WIP) Extremely fast JavaScript and TypeScript linter and Rust crate
-
Updated
Jun 17, 2022 - Rust
- I have searched issues for similar feature requests
What is this feature about (1 sentence)
Supporting custom S3 endpoint for services that are fully compatible with aws-sdk S3, such as Digital Ocean
Why is it needed? What is the value? For whom do we build it?
So that it's possible to only use the aws-sdk to use these services
High-level feature overview
Expose th
Current behavior:
root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_SingleMu.root")
Error in <TFile::TFile>: file /eos/root-eos/benchmark/Run2012B_SingleMu.root does not exist
(TFile &) Name: /eos/root-eos/benchmark/Run2012B_SingleMu.root Title:
Desirable behavior:
root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_Single
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
-
Updated
Jun 8, 2022 - Python
Android/Java download manager library help you to download files in parallel mechanism in some chunks.
-
Updated
Aug 4, 2020 - Java
A family of header-only, very fast and memory-friendly hashmap and btree containers.
-
Updated
May 7, 2022 - C++
Reliable PostgreSQL Backup & Restore
-
Updated
Jun 17, 2022 - C
SIMD Vector Classes for C++
-
Updated
May 30, 2022 - 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."


Reporters do not apply
sort_by_metricif metric is passed throughtune.run.I tried to pass
metricargument toCLIReporter, however, I obtained this error: