Skip to content

Threading model

Manolis Surligas requested to merge surligas/equinox:threading into master

An important milestone for the threading model. The outer scheduler analyzes the connection graph and based on a modular load balancing scheme, it splits the graph into a specific number of subgraphs. Each subgraph is assigned to a worker, which is actually a separate OS thread.

Merge request reports