All Projects → Quinoa → Similar Projects or Alternatives

182 Open source projects that are alternatives of or similar to Quinoa

Parallel Programming Coursera
Assignments and Quizzes submitted by me.
Stars: ✭ 35 (-55.13%)
Mutual labels:  parallel-computing
RocketJoe
RocketJoe is a software development platform for creating high-performance applications.
Stars: ✭ 31 (-60.26%)
Mutual labels:  parallel-computing
Elmerfem
Official git repository of Elmer FEM software
Stars: ✭ 523 (+570.51%)
Mutual labels:  parallel-computing
php-slang
The place where PHP meets Functional Programming
Stars: ✭ 107 (+37.18%)
Mutual labels:  parallel-computing
Openmp Examples
openmp examples
Stars: ✭ 64 (-17.95%)
Mutual labels:  parallel-computing
b-rabbit
A thread safe library that aims to provide a simple API for interfacing with RabbitMQ. Built on top of rabbitpy, the library make it very easy to use the RabbitMQ message broker with just few lines of code. It implements all messaging pattern used by message brokers
Stars: ✭ 15 (-80.77%)
Mutual labels:  parallel-computing
Turboscript
Super charged typed JavaScript dialect for parallel programming which compiles to WebAssembly
Stars: ✭ 487 (+524.36%)
Mutual labels:  parallel-computing
cruise
User space POSIX-like file system in main memory
Stars: ✭ 27 (-65.38%)
Mutual labels:  parallel-computing
Queuer
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).
Stars: ✭ 964 (+1135.9%)
Mutual labels:  asynchronous-tasks
RXMD
RXMD : Linear-Scaling Parallel Reactive Molecular Dynamics Simulation Engine
Stars: ✭ 13 (-83.33%)
Mutual labels:  parallel-computing
Deferred
Work with values that haven't been determined yet.
Stars: ✭ 406 (+420.51%)
Mutual labels:  asynchronous-tasks
madpy-dask
MadPy Dask talk materials
Stars: ✭ 33 (-57.69%)
Mutual labels:  parallel-computing
Parallelly
R package: parallelly - Enhancing the 'parallel' Package
Stars: ✭ 70 (-10.26%)
Mutual labels:  parallel-computing
ludwig
A lattice Boltzmann code for complex fluids
Stars: ✭ 35 (-55.13%)
Mutual labels:  parallel-computing
Mpi4py
Python bindings for MPI
Stars: ✭ 388 (+397.44%)
Mutual labels:  parallel-computing
sph opengl
SPH simulation in OpenGL compute shader.
Stars: ✭ 57 (-26.92%)
Mutual labels:  parallel-computing
Mmc
Mesh-based Monte Carlo (MMC)
Stars: ✭ 22 (-71.79%)
Mutual labels:  parallel-computing
VoxelTerrain
This project's main goal is to generate and visualize terrain built using voxels. It was achieved using different approaches and computing technologies just for the sake of performance and implementation comparison.
Stars: ✭ 37 (-52.56%)
Mutual labels:  parallel-computing
Massiv
Efficient Haskell Arrays featuring Parallel computation
Stars: ✭ 328 (+320.51%)
Mutual labels:  parallel-computing
xcast
A High-Performance Data Science Toolkit for the Earth Sciences
Stars: ✭ 28 (-64.1%)
Mutual labels:  parallel-computing
Pwrake
Parallel Workflow extension for Rake, runs on multicores, clusters, clouds.
Stars: ✭ 57 (-26.92%)
Mutual labels:  parallel-computing
gohive
🐝 A Highly Performant and easy to use goroutine pool for Go
Stars: ✭ 41 (-47.44%)
Mutual labels:  asynchronous-tasks
Kernels
This is a set of simple programs that can be used to explore the features of a parallel platform.
Stars: ✭ 287 (+267.95%)
Mutual labels:  parallel-computing
PSyclone
Domain-specific compiler for Finite Difference/Volume/Element Earth-system models in Fortran
Stars: ✭ 67 (-14.1%)
Mutual labels:  parallel-computing
Pyopencl
OpenCL integration for Python, plus shiny features
Stars: ✭ 790 (+912.82%)
Mutual labels:  parallel-computing
java-multithread
Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.
Stars: ✭ 24 (-69.23%)
Mutual labels:  parallel-computing
Graphit
GraphIt - A High-Performance Domain Specific Language for Graph Analytics
Stars: ✭ 254 (+225.64%)
Mutual labels:  parallel-computing
scala-parallel-programming
coursera
Stars: ✭ 17 (-78.21%)
Mutual labels:  parallel-computing
Parallel
This project now lives on in a rewrite at https://gitlab.redox-os.org/redox-os/parallel
Stars: ✭ 1,181 (+1414.1%)
Mutual labels:  parallel-computing
raccoon
Massively parallel FEM code for phase-field for fracture by Dolbow Lab at Duke University
Stars: ✭ 21 (-73.08%)
Mutual labels:  parallel-computing
bigstatsr
R package for statistical tools with big matrices stored on disk.
Stars: ✭ 139 (+78.21%)
Mutual labels:  parallel-computing
nbodykit
Analysis kit for large-scale structure datasets, the massively parallel way
Stars: ✭ 93 (+19.23%)
Mutual labels:  parallel-computing
Cpprestsdk
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Stars: ✭ 6,631 (+8401.28%)
Mutual labels:  asynchronous-tasks
foreach
R package to provide foreach looping construct
Stars: ✭ 40 (-48.72%)
Mutual labels:  parallel-computing
HAMeRS
Hydrodynamics Adaptive Mesh Refinement Simulator (HAMeRS) for compressible multi-species/multi-phase simulations
Stars: ✭ 43 (-44.87%)
Mutual labels:  parallel-computing
Pratchett.js
A JavaScript interpreter for Paws.
Stars: ✭ 31 (-60.26%)
Mutual labels:  parallel-computing
Ray Tracing Iow Rust
Ray Tracing in One Weekend written in Rust
Stars: ✭ 57 (-26.92%)
Mutual labels:  parallel-computing
Lazy
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
Stars: ✭ 93 (+19.23%)
Mutual labels:  parallel-computing
parallel-dfs-dag
A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs)
Stars: ✭ 29 (-62.82%)
Mutual labels:  parallel-computing
aioudp
Asyncio UDP server
Stars: ✭ 21 (-73.08%)
Mutual labels:  asynchronous-tasks
Kokkos
Kokkos C++ Performance Portability Programming EcoSystem: The Programming Model - Parallel Execution and Memory Abstraction
Stars: ✭ 744 (+853.85%)
Mutual labels:  parallel-computing
async
async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded MPMC lock-free queue.
Stars: ✭ 25 (-67.95%)
Mutual labels:  asynchronous-tasks
pqdm
Comfortable parallel TQDM using concurrent.futures
Stars: ✭ 118 (+51.28%)
Mutual labels:  parallel-computing
mango
Parallel Hyperparameter Tuning in Python
Stars: ✭ 241 (+208.97%)
Mutual labels:  parallel-computing
P4pdes
C and Python examples from my book on using PETSc to solve PDEs
Stars: ✭ 67 (-14.1%)
Mutual labels:  parallel-computing
hpc
Learning and practice of high performance computing (CUDA, Vulkan, OpenCL, OpenMP, TBB, SSE/AVX, NEON, MPI, coroutines, etc. )
Stars: ✭ 39 (-50%)
Mutual labels:  parallel-computing
bitpit
Open source library for scientific HPC
Stars: ✭ 80 (+2.56%)
Mutual labels:  parallel-computing
ClimateTools.jl
Climate science package for Julia
Stars: ✭ 108 (+38.46%)
Mutual labels:  parallel-computing
Mfem
Lightweight, general, scalable C++ library for finite element methods
Stars: ✭ 667 (+755.13%)
Mutual labels:  parallel-computing
java-red
Effective Concurrency Modules for Java
Stars: ✭ 25 (-67.95%)
Mutual labels:  asynchronous-tasks
artic
The AlteRnaTive Impala Compiler
Stars: ✭ 16 (-79.49%)
Mutual labels:  parallel-computing
python-task-queue
Asynchronous serverless task queue with timed leasing of tasks. Threaded implementations for SQS and local filesystem.
Stars: ✭ 24 (-69.23%)
Mutual labels:  asynchronous-tasks
Geatpy
Evolutionary algorithm toolbox and framework with high performance for Python
Stars: ✭ 990 (+1169.23%)
Mutual labels:  parallel-computing
PyMFEM
Python wrapper for MFEM
Stars: ✭ 91 (+16.67%)
Mutual labels:  parallel-computing
Corium
Corium is a modern scripting language which combines simple, safe and efficient programming.
Stars: ✭ 18 (-76.92%)
Mutual labels:  parallel-computing
Rqueue
Rqueue aka Redis Queue [Task Queue, Message Broker] for Spring framework
Stars: ✭ 76 (-2.56%)
Mutual labels:  asynchronous-tasks
Parenchyma
An extensible HPC framework for CUDA, OpenCL and native CPU.
Stars: ✭ 71 (-8.97%)
Mutual labels:  parallel-computing
Pelagia
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.
Stars: ✭ 1,132 (+1351.28%)
Mutual labels:  parallel-computing
Vc
SIMD Vector Classes for C++
Stars: ✭ 985 (+1162.82%)
Mutual labels:  parallel-computing
Taskflow
A General-purpose Parallel and Heterogeneous Task Programming System
Stars: ✭ 6,128 (+7756.41%)
Mutual labels:  parallel-computing
61-120 of 182 similar projects