bastion-rs / bastion

Highly-available Distributed Fault-tolerant Runtime

Home Page:https://www.bastion-rs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel Job API

vertexclique opened this issue · comments

Parallel job API will three-dimensional parallelism where dimensions are:
1 - processes
2 - threads
3 - our children (aka actors/agents and their hierarchy)

This will enable parallelization off the limits. We can talk about data crunching benchmarks afterwards.