Skip to content
/ yatp Public
forked from tikv/yatp

Yet another thread pool in rust for both callbacks or futures.

License

Notifications You must be signed in to change notification settings

you06/yatp

This branch is 19 commits behind tikv/yatp:master.

Repository files navigation

yatp

Yet another thread pool in Rust that is adaptive, responsive and generic.

It is still a work in progress.

Build & Test Status

Features

  • Adaptive: Yatp adjusts the number of working threads automatically. Under light workloads, unnecessary context switches are greatly reduced.

  • Responsive: Yatp supports different kinds of task queues with advanced scheduling algorithms like multi-level feedback queue.

  • Generic: Yatp is easily adapted to various tasks. Simple callbacks and Future are built-in supported.

About

Yet another thread pool in rust for both callbacks or futures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%