Skip to content

std.Io.Threaded: improve efficiency with threadlocal run queues and work stealing #25757

@andrewrk

Description

@andrewrk

Extracted from #25592.

Related:

  • std.Io.Threaded: eliminate dependency on std.Thread (Mutex, Condition, maybe more)

The main mutex should be eliminated in favor of thread local run queue and work stealing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSolving this issue will likely involve adding new logic or components to the codebase.optimizationstandard libraryThis issue involves writing Zig code for the standard library.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions