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

feat: pyexpr remove evaluate many #314

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

stefan-gorules
Copy link
Contributor

@stefan-gorules stefan-gorules commented Feb 10, 2025

Remove Batch Expression Evaluation

This PR removes the evaluate_many functionality from Python bindings after performance analysis showed minimal benefits compared to sequential evaluation.

Changes

  • 🔥 Removed evaluate_many method from Expression class
  • 🧹 Cleaned up associated types and error handling code
  • 📝 Updated Python type definitions to reflect the changes

Migration

Not needed, as the Python version with compiled expressions hasn't been released yet.

@stefan-gorules stefan-gorules merged commit a16009b into master Feb 10, 2025
7 checks passed
@stefan-gorules stefan-gorules deleted the feat/pyexpr-remove-evaluate-many branch February 10, 2025 12:01
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.

2 participants