Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Map zone #3

Merged
merged 3 commits into from
Mar 8, 2025
Merged

Support Map zone #3

merged 3 commits into from
Mar 8, 2025

Conversation

superstar54
Copy link
Contributor

@superstar54 superstar54 commented Mar 8, 2025

The Map zone is conceptually similar to Python's built-in map function.

  • Creates dynamic tasks: The number of tasks is determined at runtime based on input size.
  • Parallel execution: Tasks inside a Map zone run simultaneously and independently for each input item.

Example:

Screenshot from 2025-03-08 18-04-23

@superstar54 superstar54 merged commit 95c0afa into main Mar 8, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant