{"id":35236780,"url":"https://github.com/taskflow/academy","last_synced_at":"2026-04-01T20:44:13.392Z","repository":{"id":323933372,"uuid":"1095286810","full_name":"taskflow/academy","owner":"taskflow","description":"Learning materials for Taskflow programming","archived":false,"fork":false,"pushed_at":"2026-02-03T03:09:38.000Z","size":8552,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-03T17:04:44.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taskflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-12T21:07:40.000Z","updated_at":"2026-02-03T03:09:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9b226c0-37da-4ef0-97b7-15f6b115bb13","html_url":"https://github.com/taskflow/academy","commit_stats":null,"previous_names":["taskflow/academy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taskflow/academy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskflow%2Facademy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskflow%2Facademy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskflow%2Facademy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskflow%2Facademy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taskflow","download_url":"https://codeload.github.com/taskflow/academy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskflow%2Facademy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-30T04:03:20.294Z","updated_at":"2026-04-01T20:44:13.376Z","avatar_url":"https://github.com/taskflow.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to Taskflow Academy! \n\nThis repository contains a collection of learning materials for mastering [Taskflow](https://github.com/taskflow/taskflow), a modern C++ library for task-parallel programming. Here, we provide structured resources for developers, students, and researchers, covering everything from fundamental task-graph concepts to advanced techniques in high-performance task-parallel computing using Taskflow!\n\n## 📺 Video Tutorials\nExplore our YouTube tutorials on Taskflow programming:\n\n| Topic | 📑 Slides | 📘 Cookbook |\n|:------:|:--------:|:----------:|\n| [Taskflow in 5 Minutes](https://youtu.be/u4vaY0cjzos?si=GXs9MTkrMhSxsoR3) | [PDF](slides/taskflow-5mins.pdf) | [Quick Start](https://taskflow.github.io/taskflow/index.html) |\n| [Taskflow in 15 Minutes](https://youtu.be/QsmoXNXJoDY?si=rE1j963L8ha6jxb9) | [PDF](slides/taskflow-15mins.pdf) | [Quick Start](https://taskflow.github.io/taskflow/index.html) |\n| [Static Task Graph Programming (STGP)](https://youtu.be/QdjwrH1H4ro?si=dEDi47zLXojF2Yi6) | [PDF](slides/static-task-graph-programming.pdf) | [Static Tasking](https://taskflow.github.io/taskflow/StaticTasking.html) |\n| [Control Taskflow Graph (CTFG) Programming](https://youtu.be/SghMH2TGXEs?si=nb_xZCqlb7N81aT9) | [PDF](slides/control-taskflow-graph-programming-model.pdf) | [Conditional Tasking](https://taskflow.github.io/taskflow/ConditionalTasking.html) |\n| [Executor](https://www.youtube.com/watch?v=XHU5AbTeUfI) | [PDF](slides/executor.pdf) | [Executor](https://taskflow.github.io/taskflow/ExecuteTaskflow.html) |\n| [Dynamic Task Graph Programming (DTGP)](https://www.youtube.com/watch?v=3tZYLT2rAHI) | [PDF](slides/dynamic-task-graph-programming.pdf) | [Async Tasks with Dependencies](https://taskflow.github.io/taskflow/DependentAsyncTasking.html) |\n| [Recursive Task Parallelism](https://www.youtube.com/watch?v=q3sxiXB7dF0) | [PDF](slides/recursive-task-parallelism.pdf) | [Runtime Tasking](https://taskflow.github.io/taskflow/RuntimeTasking.html) \u003cbr\u003e [Task Group](https://taskflow.github.io/taskflow/TaskGroup.html) |\n| [Composable Tasking](https://www.youtube.com/watch?v=jH28hRMQ1Ww) | [PDF](slides/composable-tasking.pdf) | [Composable Tasking](https://taskflow.github.io/taskflow/ComposableTasking.html) |\n| [Standard Parallel Algorithm Tasks](https://www.youtube.com/watch?v=TvhWeuYkTRI) | [PDF](slides/standard-parallel-algorithm-tasks.pdf) | [Taskflow Algorithm](https://taskflow.github.io/taskflow/Algorithms.html) |\n| [Exception Handling](https://youtu.be/B6k4bKnXTkI) | [PDF](slides/exception-handling.pdf) | [Exception Handling](https://taskflow.github.io/taskflow/ExceptionHandling.html) |\n\n## 🧩 Related Resources\n- [Taskflow Website](https://taskflow.github.io)\n- [Taskflow Repository](https://github.com/taskflow/taskflow)\n- [Taskflow Documentation](https://taskflow.github.io/taskflow/index.html)\n- [Taskflow Technical Paper (IEEE TPDS)](https://ieeexplore.ieee.org/document/9511796)\n\nIf you are using Taskflow, please cite the following paper we published at 2022 IEEE TPDS:\n\n+ Tsung-Wei Huang, Dian-Lun Lin, Chun-Xun Lin, and Yibo Lin, \u0026quot;[Taskflow: A Lightweight Parallel and Heterogeneous Task Graph Computing System](https://tsung-wei-huang.github.io/papers/tpds21-taskflow.pdf),\u0026quot; \u003ci\u003eIEEE Transactions on Parallel and Distributed Systems (TPDS)\u003c/i\u003e, vol. 33, no. 6, pp. 1303-1320, June 2022\n\n## 💬 Contact\nFor questions or collaboration inquiries, please contact [Dr. Tsung-Wei (TW) Huang](https://tsung-wei-huang.github.io/) via [tsung-wei dot huang at wisc dot edu]  \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskflow%2Facademy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaskflow%2Facademy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskflow%2Facademy/lists"}