Skip to content

Share your experience with the alternative timer #7745

@ADD-SP

Description

@ADD-SP

We recently added an alternative timer implementation in Tokio for better multicore scalability, and we’d love to know what you think! If you’ve tried out the new timer, please share your story.

tokio::runtime::Builder::enable_alt_timer

let runtime = Builder::new_multi_thread()
    .enable_alt_timer() // <-- enable the alternative timer
    .build()
    .unwrap();

What can you talk about? Pretty much anything, including:

  • Where and how you tried the alternative timer
  • What feels different compared to the traditional timer
  • Any speed ups, slow downs, or bugs you’ve spotted
  • Cool benchmarks, numbers, or logs (or just vibes!)
  • Anything that surprised you, confused you, or didn’t work as expected
  • Stuff you wish the timer did better or ideas you have

Seriously, any details or thoughts are super helpful. Let us know so we can make Tokio even better for you and everyone else. Thanks for helping out!


Reference:

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-tokioArea: The main tokio crateM-timeModule: tokio/time

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions