-
-
Notifications
You must be signed in to change notification settings - Fork 2
Add documentation for parallel operator
#150
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds comprehensive reference documentation for the parallel operator, which enables parallelization of CPU-intensive pipeline operations across multiple worker threads.
Key changes:
- Documents the
paralleloperator with syntax, parameters, and usage patterns - Includes practical examples demonstrating parallelization of Python transformations
- Adds expert operator caution about performance optimization considerations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@raxyte you can force-merge once the functionality is merged in tenzir/tenzir; the CI failure is fixed in main. |
4ece0f6 to
ca222a5
Compare
|
🚀 Preview deployed! Visit the preview at: https://tenzir-docs-preview-150.surge.sh This preview will be updated automatically on new commits. |
ca222a5 to
a640910
Compare
mavam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also need to manually update the operator index. Latest Claude code memory should do this automatically for you, but otherwise the operator index page is not updated.
a640910 to
45c10d5
Compare
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
45c10d5 to
aa67f36
Compare
Summary
Add reference documentation for the
paralleloperator.Related PRs
paralleloperator tenzir#5632🤖 Generated with Claude Code