- It is highly scalable and fast.
- It is portable relying only on C++ standard library.
- It implements both work-stealing and work-distribution balancing startegies.
- It implements cooperative scheduling strategy for tasks.
See benchmark/benchmark.cpp for benchmark code.