-
Updated
Jul 19, 2019 - Go
#
parallel-processing
Here are 267 public repositories matching this topic...
Use a yaml file to stitch together commands and bash snippits and run them with a bit of style. Why? Because your bash script should be quiet and shy-like (...and not such a loud mouth).
promises
cran
r
programming
hpc
asynchronous
parallel-computing
distributed-computing
parallelization
hpc-clusters
futures
parallel-processing
-
Updated
Sep 30, 2020 - R
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
A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
python
optimization
genetic-algorithm
parallel-computing
python3
artificial-intelligence
evolutionary-algorithms
multi-objective-optimization
optimization-methods
optimization-tools
optimization-algorithms
parallel-processing
evolutionary-strategy
stochastic-optimizers
metaheuristics
pagmo
-
Updated
Oct 1, 2020 - C++
Parallel processing for PHP based on Amp.
-
Updated
Aug 30, 2020 - PHP
Directory Tags for Lazy Programmers
python
git
shell
bash
zsh
fish
productivity
directory
python-library
management
tagging
python-script
python3
python-3-5
fish-shell
python-3
python-2
python2
directories
parallel-processing
-
Updated
Aug 24, 2019 - Python
Python supercharged for the fastai library
python
functional-programming
dispatch
data-structures
developer-tools
languages
fastai
parallel-processing
documentation-generator
-
Updated
Sep 30, 2020 - Jupyter Notebook
Efficient Haskell Arrays featuring Parallel computation
haskell
stencil
array
parallel-computing
arrays
convolution
multidimensional-arrays
parallel-processing
haskell-arrays
massiv
-
Updated
Aug 29, 2020 - Haskell
A small Java 8 util library, complementary to Guava (BiStream, Substring, MoreStreams, Parallelizer).
graph-algorithms
parallelization
streams
retry
stream-api
concurrency-library
retry-library
substring
parallel-processing
graph-traversal
graph-traversal-algorithms
string-utils
stream-of-pairs
pair-stream
map-stream
java8-stream
java-string
java-graph-library
java-graphs
-
Updated
Sep 23, 2020 - Java
An extremely easy way to perform background processing on the JVM. Backed by persistent storage. Open and free for commercial use.
-
Updated
Sep 25, 2020 - Java
Parallel processing with progress bars
-
Updated
Sep 16, 2020 - Python
package
r
programming
hpc
asynchronous
parallel
parallel-computing
distributed-computing
parallelization
future
hpc-clusters
parallel-processing
-
Updated
Sep 21, 2020 - R
Python Multi-Process Execution Pool: concurrent asynchronous execution pool with custom resource constraints (memory, timeouts, affinity, CPU cores and caching), load balancing and profiling capabilities of the external apps on NUMA architecture
multiprocessing
parallel-computing
numa
monitoring-server
cache-control
task-queue
application-framework
parallel-processing
execution-pool
benchmarking-framework
load-balancing
in-memory-computations
-
Updated
Aug 28, 2019 - Python
The Accelerator is a tool for fast and reproducible processing of large amounts of data.
data-science
data-mining
big-data
data-engineering
high-performance-computing
reproducibility
parallel-processing
-
Updated
Oct 1, 2020 - Python
基于注解实现并行地依赖注入(数据聚合),可以看做 Spring Async 注解的升级版
-
Updated
Sep 14, 2020 - Java
Text Mining and Topic Modeling Toolkit for Python with parallel processing power
-
Updated
Aug 11, 2020 - Python
-
Updated
Aug 4, 2020 - R
Accelerated path tracing in pure Ruby
reflection
aabb
raytracing
bvh
refraction
pathtracing
parallel-processing
ray-tracing
path-tracing
wavefront-obj
texture-mapping
procedural-textures
bvh-tree
-
Updated
Aug 9, 2020 - Ruby
Assignments and Quizzes submitted by me.
parallel-computing
coursera
java-8
parallel-processing
forkjoin
parallel-programming
rice-university
-
Updated
May 18, 2020 - Java
Open
Add a QUICKSTART.md
1
lolocohen
commented
Mar 30, 2019
What do you propose?
The idea is to create a quick start document at the root of the repo, to illustrate how to quickly get started with JPPF, like an end-to-end HelloWorld. This would include how to setup and start a grid, full code example and expected output.
We shouldalso add a link to it in the main readme.md
What are the expected benefits and drawbacks?
The expectation is
Multi-core processing of 'Gameday' data from Major League Baseball Advanced Media. Additional tools to parallelize large data sets and write them to a database.
-
Updated
Apr 13, 2019 - R
A project on motion detection in a noisy environment (shaky or moving camera), through background subtraction with single Gaussian models.
-
Updated
Sep 20, 2017 - C++
The CEX Cryptographic library in C++
mac
cryptography
aes
avx
sha2
prng
keccak
avx2
serpent
ring-lwe
blake2
avx512
post-quantum-cryptography
parallel-processing
key-exchange-algorithms
lattice-based-crypto
twofish
skein
mceliece
cex
-
Updated
Sep 24, 2020 - C++
Various C# implementations of game AI
monte-carlo
multithreading
artificial-intelligence
monte-carlo-simulation
minimax
monte-carlo-tree-search
parallel-processing
game-ai
minimax-algorithm
-
Updated
Aug 21, 2020 - C#
Elixir library providing some handy parallel processing facilities that supports configuring number of workers and timeout.
-
Updated
Feb 25, 2018 - Elixir
Fast regression and mediation analysis of vertex or voxel MRI data with TFCE
statistics
voxel
neuroscience
mri
neuroimaging
repeated-measures
mediation
mediation-analysis
multimodality
surface
anova
parallel-processing
cortical-surfaces
vertex
causal-models
tfce-mediation
regressor
tfce
surface-area
longitudinal
-
Updated
Jul 15, 2020 - Python
Some tools for working with threads in Julia
-
Updated
May 20, 2020 - Julia
Improve this page
Add a description, image, and links to the parallel-processing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallel-processing topic, visit your repo's landing page and select "manage topics."
Some problems/algorithms seem to have an inconsistent python exposition in terms of types.
For instance, in
../src/problems/dtlz.cpp
we have:But in the
../pygmo/expose_problems_0.cpp
it is exposed as:I