-
Updated
Aug 3, 2021 - Go
#
parallel-processing
Here are 299 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 26, 2021 - R
Python supercharged for the fastai library
python
functional-programming
dispatch
data-structures
developer-tools
languages
fastai
parallel-processing
documentation-generator
-
Updated
Sep 2, 2021 - Jupyter Notebook
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
Aug 6, 2021 - C++
An extremely easy way to perform background processing in Java. Backed by persistent storage. Open and free for commercial use.
-
Updated
Sep 15, 2021 - Java
100% Vanilla Javascript Multithreading & Parallel Execution Library
nodejs
javascript
multi-threading
react-native
serverless
worker
thread
concurrency
parallel
web-worker
multithreading
parallelism
thread-pool
concurrent
threads
parallel-processing
isomorphic-javascript
transferable-objects
javascript-multithreading
web-workers
-
Updated
Sep 26, 2021 - JavaScript
Parallel processing for PHP based on Amp.
-
Updated
Sep 17, 2021 - PHP
Efficient Haskell Arrays featuring Parallel computation
haskell
stencil
array
parallel-computing
arrays
convolution
multidimensional-arrays
parallel-processing
haskell-arrays
massiv
delayed-arrays
massiv-io
-
Updated
Sep 18, 2021 - 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 18, 2021 - Java
Parallel processing with progress bars
-
Updated
Jun 17, 2021 - Python
package
r
programming
hpc
asynchronous
parallel
parallel-computing
distributed-computing
parallelization
future
hpc-clusters
parallel-processing
-
Updated
Sep 23, 2021 - 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
基于注解实现并行地依赖注入(数据聚合),可以看做 Spring Async 注解的升级版
-
Updated
Aug 2, 2021 - Java
Text Mining and Topic Modeling Toolkit for Python with parallel processing power
-
Updated
Aug 11, 2020 - 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
Sep 17, 2021 - Python
A rotating proxy solution to bot YouTube views
-
Updated
Jan 11, 2019 - Python
-
Updated
May 20, 2021 - R
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
Hypergol is a Data Science/Machine Learning productivity toolkit to accelerate any projects into production with autogenerated code, standardised structure for data and ML and parallel processing out-of-the-box.
data-science
machine-learning
performance
deep-learning
deployment
code-generation
parallel-processing
data-modelling
-
Updated
Aug 25, 2021 - Python
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#
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
Nov 8, 2020 - Java
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
Dec 7, 2020 - C++
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++
Some tools for working with threads in Julia
-
Updated
Dec 13, 2020 - Julia
Elixir library providing some handy parallel processing facilities that supports configuring number of workers and timeout.
-
Updated
Feb 25, 2018 - Elixir
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