-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: introduce MPSC on the status command (#8)
### Description This PR uses [MPSC](https://doc.rust-lang.org/std/sync/mpsc/) on the status command to improve performance. ### Benchmark From: ![Screenshot 2023-05-17 at 19 21 33](https://github.com/mentimeter/linkup/assets/5747313/eb03a583-7c3f-436f-bb79-c7e5c9ab7b10) To: ![Screenshot 2023-05-17 at 19 28 38](https://github.com/mentimeter/linkup/assets/5747313/ab3dde1d-974a-460d-a717-9b48bfc979b9) **_Note: Benchmarks include one `timeout`_** ![Screenshot 2023-05-17 at 19 36 13](https://github.com/mentimeter/linkup/assets/5747313/4855bb70-1c4d-4a40-ae2f-4a66303f8448)
- Loading branch information
1 parent
7882bec
commit 870360e
Showing
1 changed file
with
65 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters