riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

Thread pool config and defaults #90

Closed hardliner66 closed 4 years ago

hardliner66 commented 4 years ago

Changes the default pool_size for the thread_pool to two times the cpu count.

This should give pretty decent default performance without the need to configure something.