parallel
Here are 1,177 public repositories matching this topic...
Summary
Today in the R package, there are a lot of internal function calls which use only positional arguments. Change them to use keyword arguments for extra safety.
I've added this issue to provide a small, focused contribution opportunity for Hacktoberfest 2020 participants. If you are an experienced open source contributor, please leave this
-
Updated
Sep 30, 2020 - JavaScript
Napa.js: a multi-threaded JavaScript runtime
-
Updated
Oct 30, 2018 - C++
- I have tried using the latest released version of Numba
- I have included below a minimal working reproducer
In trying to replace numpy's setxor1d (which is unfortunately not supported by Numba), I came across an error that does occur for (integer) ndarrays but not for lists.
In my case the setxor1d can be replaced by [i for i in a if i not in b], but for the sake of testing, here i
A CLI tool to run multiple npm-scripts in parallel or sequential.
-
Updated
Nov 1, 2019 - JavaScript
Motivation
From following resources, the search space of examples/xgboost_simple.py seems not to be practical.
- https://www.analyticsvidhya.com/blog/2016/03/complete-guide-parameter-tuning-xgboost-with-codes-python/
- https://www.youtube.com/watch?v=VC8Jc9_lNoY
- https://www.amazon.co.jp/dp/B07YTDBC3Z/
Description
Improve the search space of examples/xgboost_simple.py.
Easy multi-core processing utilities for Node.
-
Updated
Oct 1, 2020 - JavaScript
A tiny async loader / dependency manager for modern browsers (899 bytes)
-
Updated
Apr 24, 2020 - JavaScript
Fast, flexible and easy to use probabilistic modelling in Python.
-
Updated
Oct 1, 2020 - Jupyter Notebook
A fast, concurrency-focused task automation tool.
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Oct 1, 2020 - TypeScript
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
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 31, 2020 - Python
Describe the bug
In the following reproducer, t.Scan() prints values for column out_x.out_x but the output is truncated to out_x.out, which can be quite confusing for larger trees with nested branches:
root [0] TTree t;
root [1] int x = 42;
root [2] t.Branch("out_x", &x)
(TBranch *) 0x5559ed5dc4f0
ro
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
Aug 22, 2020 - C
Metarhia educational program index
-
Updated
Oct 1, 2020 - JavaScript
SIMD Vector Classes for C++
-
Updated
Aug 28, 2020 - C++
Feature request
The asynchronous functionality of parallel-ssh is very much appreciated for management tasks. Thank you for this!
For the feature request:
It seems that the open_session() can keep worker allocated for much longer than expected in failure cases. Would it be reasonable to stretch the timeout option of wait_socket() to open_session() ?
Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
-
Updated
Jan 14, 2018 - Java
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."


Describe your feature request
It is already possible to give actors a name: https://docs.ray.io/en/master/actors.html#named-actors and to retrieve the actor handle via
ray.get_actor("some_name").It would however be very handy to have some kind of
ray.list_named_actors()API method to get a list/dict of all currently available named actors.It can be useful for: