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