Bookmarks tagged [parallelism]
Actor-based concurrent object framework for Ruby.
- tags: ruby, concurrency, parallelism
https://github.com/ruby-concurrency/concurrent-ruby
Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
- tags: ruby, concurrency, parallelism
- source code
https://github.com/eventmachine/eventmachine
An event-driven I/O and lightweight concurrency library for Ruby.
- tags: ruby, concurrency, parallelism
- source code
https://github.com/ahoward/forkoff
brain-dead simple parallel processing for ruby.
- tags: ruby, concurrency, parallelism
- source code
https://github.com/grosser/parallel
Run any code in parallel Processes (> use all CPUs) or Threads (> speedup blocking operations).
- tags: ruby, concurrency, parallelism
- source code
https://docs.python.org/3/library/concurrent.futures.html
(Python standard library) A high-level interface for asynchronously executing callables.
- tags: python, concurrency, parallelism
https://docs.python.org/3/library/multiprocessing.html
(Python standard library) Process-based parallelism.
- tags: python, concurrency, parallelism
Asynchronous framework with WSGI support.
- tags: python, concurrency, parallelism
A coroutine-based Python networking library that uses greenlet.
- tags: python, concurrency, parallelism
https://github.com/MagicStack/uvloop
Ultra fast implementation of asyncio
event loop on top of libuv
.
- tags: python, concurrency, parallelism
- source code
https://github.com/soravux/scoop
Scalable Concurrent Operations in Python.
- tags: python, concurrency, parallelism
- source code