Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
taskflow
/
taskflow
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
12.1k
Code
Issues
18
Pull requests
15
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
taskflow
taskflow
algorithm
on
master
User selector
All users
All time
Commit history
Commits on Aug 6, 2026
fixed reduce_by_index's bug on fast path that skip gop
Tsung-Wei Huang
committed
83f90a2
View commit details
Copy full SHA for 83f90a2
View code at this point
Browse repository at this point
added reduce_by_index support and improved ND index range scheduling algorithm
Tsung-Wei Huang
committed
599613a
View commit details
Copy full SHA for 599613a
View code at this point
Browse repository at this point
Commits on Jul 15, 2026
updated doc to include task priority
Tsung-Wei Huang
committed
ec97c00
View commit details
Copy full SHA for ec97c00
View code at this point
Browse repository at this point
Commits on Jul 5, 2026
added operation concepts to refactor algorithms
Tsung-Wei Huang
authored and
Tsung-Wei Huang
committed
9ef2849
View commit details
Copy full SHA for 9ef2849
View code at this point
Browse repository at this point
added AsyncTaskLike concept and InputIteratorLike concept
Tsung-Wei Huang
authored and
Tsung-Wei Huang
committed
20dd1c5
View commit details
Copy full SHA for 20dd1c5
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
optimized IndexRanges for parallel-iteration scheduling
Tsung-Wei Huang
committed
4e6c342
View commit details
Copy full SHA for 4e6c342
View code at this point
Browse repository at this point
Commits on May 3, 2026
Update include path for graph.hpp
tianqiyuan520
authored
48881f2
View commit details
Copy full SHA for 48881f2
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
fix test error in merge.hpp caused by capture by reference of local variables
Tsung-Wei Huang
committed
66781c9
View commit details
Copy full SHA for 66781c9
View code at this point
Browse repository at this point
Commits on Apr 29, 2026
added parallel merge
Tsung-Wei Huang
committed
a2e9204
View commit details
Copy full SHA for a2e9204
View code at this point
Browse repository at this point
fixed windows test error in find-if
Tsung-Wei Huang
committed
d9278bf
View commit details
Copy full SHA for d9278bf
View code at this point
Browse repository at this point
Commits on Apr 26, 2026
updated for_each_by_index doc
Tsung-Wei Huang
committed
3b57085
View commit details
Copy full SHA for 3b57085
View code at this point
Browse repository at this point
fixed the bug in scheduling MDIndexRange when dimension size is zero
Tsung-Wei Huang
committed
602a5cc
View commit details
Copy full SHA for 602a5cc
View code at this point
Browse repository at this point
Commits on Apr 25, 2026
fixed the bug of static partitioner in MDIndexRange
Tsung-Wei Huang
committed
79b85b8
View commit details
Copy full SHA for 79b85b8
View code at this point
Browse repository at this point
Commits on Apr 23, 2026
fixed the async name parameter bug
Tsung-Wei Huang
committed
74d3e9c
View commit details
Copy full SHA for 74d3e9c
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
Merge pull request #783 from Hatem-707/feat-fill
Show description for 6320aaa
tsung-wei-huang
authored
6320aaa
View commit details
Copy full SHA for 6320aaa
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
added partitioner tests
Hatem-707
committed
96aba5e
View commit details
Copy full SHA for 96aba5e
View code at this point
Browse repository at this point
added support to stateful iterators and relevant
Show description for 54cc0a5
Hatem-707
committed
54cc0a5
View commit details
Copy full SHA for 54cc0a5
View code at this point
Browse repository at this point
added fill and generate algorithms
Hatem-707
committed
29706db
View commit details
Copy full SHA for 29706db
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:taskflow/taskflow into feat-fill
Hatem-707
committed
531fee7
View commit details
Copy full SHA for 531fee7
View code at this point
Browse repository at this point
added fill
Hatem-707
committed
a3f710f
View commit details
Copy full SHA for a3f710f
View code at this point
Browse repository at this point
Commits on Apr 7, 2026
+ missing #include
AndreyG
committed
ef37248
View commit details
Copy full SHA for ef37248
View code at this point
Browse repository at this point
added unittests for iterator and n-dimensional parallel-for algorithms
Tsung-Wei Huang
committed
29ea081
View commit details
Copy full SHA for 29ea081
View code at this point
Browse repository at this point
first check-in of nd-index-range iterations
Tsung-Wei Huang
committed
d5a60c4
View commit details
Copy full SHA for d5a60c4
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
up
Tsung-Wei Huang
committed
c157c8f
View commit details
Copy full SHA for c157c8f
View code at this point
Browse repository at this point
Commits on Mar 29, 2026
updated doc for concept support
Tsung-Wei Huang
committed
a1c571f
View commit details
Copy full SHA for a1c571f
View code at this point
Browse repository at this point
refactored the code with C++20 using Claude
Tsung-Wei Huang
committed
9914da1
View commit details
Copy full SHA for 9914da1
View code at this point
Browse repository at this point
Commits on Mar 28, 2026
updated adopted task to support composable tasking with move semantics
Tsung-Wei Huang
committed
065d5e8
View commit details
Copy full SHA for 065d5e8
View code at this point
Browse repository at this point
Added missing lambda invocation
Hatem-707
authored and
Tsung-Wei Huang
committed
cb9ad32
View commit details
Copy full SHA for cb9ad32
View code at this point
Browse repository at this point
Commits on Mar 22, 2026
Fixed msvc build error
Hatem-707
committed
9825f3d
View commit details
Copy full SHA for 9825f3d
View code at this point
Browse repository at this point
Commits on Mar 21, 2026
Added support for custom cmp and documentation
Hatem-707
committed
328107a
View commit details
Copy full SHA for 328107a
View code at this point
Browse repository at this point
Commits on Mar 20, 2026
pivoted to merge path for better lod balncing
Hatem-707
committed
8c3a97e
View commit details
Copy full SHA for 8c3a97e
View code at this point
Browse repository at this point
Removed unnecessary advance for better efficiency
Hatem-707
committed
074b36a
View commit details
Copy full SHA for 074b36a
View code at this point
Browse repository at this point
Added merge tests and fixed bounds
Hatem-707
committed
47af444
View commit details
Copy full SHA for 47af444
View code at this point
Browse repository at this point
Fixed pointer updates
Hatem-707
committed
9227362
View commit details
Copy full SHA for 9227362
View code at this point
Browse repository at this point
initial commit for merge algorithm
Hatem-707
committed
9f6e3e1
View commit details
Copy full SHA for 9f6e3e1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.