8000 Improve the Search EF evaluator. Reduce allocations. · Issue #423 · ardalis/Specification · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Improve the Search EF evaluator. Reduce allocations. #423
Closed
@fiseni

Description

@fiseni

The Search feature translates to SQL Like in the EF evaluators. Considering that we have OR groups, we must build the expressions dynamically. The current implementation has much room for improvement. We must apply allocation-free GroupBy implementation, avoid closures in EF parameterizations, reduce visitor instances, etc. I don't foresee any breaking changes here.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0