Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Improve bulk implementation for static_thread_pool

Open
#1,246 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
cpp
Domain
performance

Research direction

The issue names the static_thread_pool bulk implementation as the entry point; begin there and inspect how bulk currently schedules work and whether it uses the load balancer facility. Completion should cover chunked index-range scheduling and a way to specify the application-specific chunk size.

Written by the indexing model from the issue text.

Description

enhancement P1

The current implementation of bulk doesn't use the load balancer facility and should probably schedule chunked index ranges. The optimal chunk size is application specific, so one might add a way specify that somehow

Dominant language
C++
Stars
2.4k
Forks
270
Avg merge
2d 17h
Merged PRs (30d)
37

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from NVIDIA/stdexec

All issues in NVIDIA/stdexec

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.