All Projects → Hamsters.js → Similar Projects or Alternatives

1218 Open source projects that are alternatives of or similar to Hamsters.js

Linux-Kernel-Driver-Programming
Implementation of PCI drivers, kprobe, sysfs, devfs, sensor driver, miscdevices, synchronization
Stars: ✭ 43 (-91.68%)
Mutual labels:  concurrency, parallel
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 (-82.01%)
Mutual labels:  parallel-computing, thread-pool
Massiv
Efficient Haskell Arrays featuring Parallel computation
Stars: ✭ 328 (-36.56%)
ComposableAsync
Create, compose and inject asynchronous behaviors in .Net Framework and .Net Core.
Stars: ✭ 28 (-94.58%)
Mutual labels:  thread, concurrency
ParallelUtilities.jl
Fast and easy parallel mapreduce on HPC clusters
Stars: ✭ 28 (-94.58%)
Mutual labels:  parallel, parallel-computing
scala-parallel-programming
coursera
Stars: ✭ 17 (-96.71%)
Mutual labels:  parallel, parallel-computing
ProtoPromise
Robust and efficient library for management of asynchronous operations in C#/.Net.
Stars: ✭ 20 (-96.13%)
Mutual labels:  concurrency, parallel
concurrent-programming-for-java
🚀Java并发编程实战
Stars: ✭ 55 (-89.36%)
Mutual labels:  thread, concurrent
Master-Thesis
Deep Reinforcement Learning in Autonomous Driving: the A3C algorithm used to make a car learn to drive in TORCS; Python 3.5, Tensorflow, tensorboard, numpy, gym-torcs, ubuntu, latex
Stars: ✭ 33 (-93.62%)
Mutual labels:  multi-threading, multithreading
open-ops
Open Optimizing Parallelizing System
Stars: ✭ 21 (-95.94%)
Mutual labels:  parallel, parallelism
matrix multiplication
Parallel Matrix Multiplication Using OpenMP, Phtreads, and MPI
Stars: ✭ 41 (-92.07%)
Mutual labels:  thread, parallel-computing
thread-pool
A modern thread pool implementation based on C++20
Stars: ✭ 104 (-79.88%)
Mutual labels:  concurrency, thread-pool
t8code
Parallel algorithms and data structures for tree-based AMR with arbitrary element shapes.
Stars: ✭ 37 (-92.84%)
Mutual labels:  parallel, parallel-computing
Reading
A list of computer-science readings I recommend
Stars: ✭ 1,919 (+271.18%)
Mutual labels:  concurrency, parallel-computing
Parallel-NDJSON-Reader
Parallel NDJSON Reader for Python
Stars: ✭ 13 (-97.49%)
Mutual labels:  parallel, parallel-processing
mvThreadPool
An easy to use C++ Thread Pool
Stars: ✭ 30 (-94.2%)
Mutual labels:  multithreading, thread-pool
detox
distributed tox (tox plugin to run testenvs in parallel)
Stars: ✭ 48 (-90.72%)
Mutual labels:  concurrency, parallelism
pareach
a tiny function that "parallelizes" work in NodeJS
Stars: ✭ 19 (-96.32%)
Mutual labels:  parallel, concurrent
ObviousAwait
🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)
Stars: ✭ 55 (-89.36%)
Mutual labels:  thread, multithreading
Cloe
Cloe programming language
Stars: ✭ 398 (-23.02%)
Mutual labels:  parallel, concurrent
golang-101
🍺 In-depth internals, my personal notes, example codes and projects. Includes - Thousands of codes, OOP, Concurrency, Parallelism, Goroutines, Mutexes & Wait Groups, Testing in Go, Go tool chain, Backend web development, Some projects including Log file parser using bufio.Scanner, Spam Masker, Retro led clock, Console animations, Dictionary pro…
Stars: ✭ 61 (-88.2%)
Mutual labels:  concurrency, parallelism
practice
Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html
Stars: ✭ 39 (-92.46%)
Mutual labels:  concurrency, concurrent
muster
Massively Scalable Clustering
Stars: ✭ 22 (-95.74%)
Mutual labels:  parallel, parallel-computing
Fetch
Simple & Efficient data access for Scala and Scala.js
Stars: ✭ 453 (-12.38%)
Mutual labels:  concurrency, parallelism
Weave
A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead
Stars: ✭ 305 (-41.01%)
Mutual labels:  multithreading, parallelism
akali
C++ Common Library for Windows, Linux.
Stars: ✭ 34 (-93.42%)
Mutual labels:  thread, thread-pool
gitall.rs
Run Git commands in all subdirectories really fast
Stars: ✭ 25 (-95.16%)
Mutual labels:  parallel, parallel-processing
kafka-workers
Kafka Workers is a client library which unifies records consuming from Kafka and processing them by user-defined WorkerTasks.
Stars: ✭ 30 (-94.2%)
Mutual labels:  parallel, multithreading
Imminent
A composable Futures library for Clojure
Stars: ✭ 88 (-82.98%)
Mutual labels:  concurrency, parallelism
workerpoolxt
Concurrency limiting goroutine pool without upper limit on queue length. Extends github.com/gammazero/workerpool
Stars: ✭ 15 (-97.1%)
Mutual labels:  concurrency, multithreading
NPB-CPP
NAS Parallel Benchmark Kernels in C/C++. The parallel versions are in FastFlow, TBB, and OpenMP.
Stars: ✭ 18 (-96.52%)
Mutual labels:  parallel, parallelism
Exifcleaner
Cross-platform desktop GUI app to clean image metadata
Stars: ✭ 305 (-41.01%)
Mutual labels:  concurrency, parallel
cruise
User space POSIX-like file system in main memory
Stars: ✭ 27 (-94.78%)
Mutual labels:  parallel, parallel-computing
future.callr
🚀 R package future.callr: A Future API for Parallel Processing using 'callr'
Stars: ✭ 52 (-89.94%)
web-scraping-engine
A simple web scraping engine supporting concurrent and anonymous scraping
Stars: ✭ 27 (-94.78%)
Mutual labels:  parallel, concurrent
event-worker
A simpler way of dealing with Web Workers
Stars: ✭ 18 (-96.52%)
Mutual labels:  worker, thread
php-slang
The place where PHP meets Functional Programming
Stars: ✭ 107 (-79.3%)
Mutual labels:  parallel-computing, parallelism
Bild
Image processing algorithms in pure Go
Stars: ✭ 3,431 (+563.64%)
Mutual labels:  concurrency, parallelism
treap
A thread-safe, persistent Treap (tree + heap) for ordered key-value mapping and priority sorting.
Stars: ✭ 23 (-95.55%)
Mutual labels:  concurrency, concurrent
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 (-97.1%)
TAOMP
《多处理器编程的艺术》一书中的示例代码实现,带有注释与单元测试
Stars: ✭ 39 (-92.46%)
Mutual labels:  multi-threading, concurrency
MemoryAllocator.KanameShiki
Fast multi-threaded memory allocator
Stars: ✭ 73 (-85.88%)
Mutual labels:  multi-threading, multithreading
vmlens
unit-testing multi-threaded applications on the JVM made easy
Stars: ✭ 88 (-82.98%)
Mutual labels:  multithreading, concurrent
pblat
parallelized blat with multi-threads support
Stars: ✭ 34 (-93.42%)
Mutual labels:  parallel, multithreading
Async-Channel
Python async multi-task communication library. Used by OctoBot project.
Stars: ✭ 13 (-97.49%)
Mutual labels:  concurrency, parallelism
space
A SCI-FI community game server simulating space(ships). Built from the ground up to support moddable online action multiplayer and roleplay!
Stars: ✭ 25 (-95.16%)
Mutual labels:  multithreading, concurrent
tgrid
TypeScript Grid Computing Framework supporting RFC (Remote Function Call)
Stars: ✭ 83 (-83.95%)
Mutual labels:  worker, thread
AtomicKit
Concurrency made simple in Swift.
Stars: ✭ 88 (-82.98%)
Mutual labels:  thread, concurrency
context-propagation
Propagate snapshots of ThreadLocal values to another thread
Stars: ✭ 15 (-97.1%)
Mutual labels:  thread, concurrency
Transmittable Thread Local
📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Stars: ✭ 4,678 (+804.84%)
Mutual labels:  thread, thread-pool
chicken-gochan
Go-like Channels for Chicken Scheme
Stars: ✭ 18 (-96.52%)
Mutual labels:  multi-threading, concurrency
concurrency-kit
🚄 Concurrency abstractions framework for Apple Platforms [Task, Atomic, Lock, Operation, etc.].
Stars: ✭ 17 (-96.71%)
Mutual labels:  concurrency, concurrent
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 (-94.39%)
Quantum
Powerful multi-threaded coroutine dispatcher and parallel execution engine
Stars: ✭ 291 (-43.71%)
Mutual labels:  parallel, multi-threading
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-95.94%)
Mutual labels:  concurrency, multithreading
node-bogota
🚀 Run tape tests concurrently with tap-spec output
Stars: ✭ 15 (-97.1%)
Mutual labels:  parallel, concurrent
CPURasterizer
CPU Based Rasterizer Engine
Stars: ✭ 99 (-80.85%)
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (-83.75%)
Mutual labels:  thread, thread-pool
vercors
The VerCors verification toolset for verifying parallel and concurrent software
Stars: ✭ 30 (-94.2%)
Mutual labels:  concurrency, parallelism
myconcurrent
Java并发的系统性学习
Stars: ✭ 25 (-95.16%)
Mutual labels:  multithreading, concurrent
61-120 of 1218 similar projects