Skip to content
Snippets Groups Projects
Commit 59dd5aa3 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update hyperqueue.md

parent 1feb2074
No related branches found
Tags
No related merge requests found
Pipeline #34514 passed with warnings
......@@ -17,20 +17,20 @@ Find more about HyperQueue in its [documentation][a].
* **Dynamic load balancing across jobs**
* Work-stealing scheduler
* NUMA-aware, core planning, task priorities, task arrays
* Nodes and tasks may be added/removed on the fly
* Work-stealing scheduler
* NUMA-aware, core planning, task priorities, task arrays
* Nodes and tasks may be added/removed on the fly
* **Scalable**
* Low overhead per task (~100μs)
* Handles hundreds of nodes and millions of tasks
* Output streaming avoids creating many files on network filesystems
* Low overhead per task (~100μs)
* Handles hundreds of nodes and millions of tasks
* Output streaming avoids creating many files on network filesystems
* **Easy deployment**
* Single binary, no installation, depends only on *libc*
* No elevated privileges required
* Single binary, no installation, depends only on *libc*
* No elevated privileges required
## Installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment