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

Defra does not take advantage of Lens-Lens enumerable #1601

Open
Tracked by #1002
AndrewSisley opened this issue Jun 29, 2023 · 0 comments
Open
Tracked by #1002

Defra does not take advantage of Lens-Lens enumerable #1601

AndrewSisley opened this issue Jun 29, 2023 · 0 comments
Labels
area/schema Related to the schema system perf Performance issue or suggestion

Comments

@AndrewSisley
Copy link
Contributor

At the moment Defra sandwiches enumerables between Lens enumerables to facilitate input/pipe-line management. This prevents Lens from taking advantage of some very significant performance magic that shortcuts the (de)serialization of documents between Lenses.

This could be fixed within Defra (with increased startup and memory costs), or hopefully within Lens (expanding magic code to be Concat-aware).

@AndrewSisley AndrewSisley added area/schema Related to the schema system perf Performance issue or suggestion labels Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/schema Related to the schema system perf Performance issue or suggestion
Projects
None yet
Development

No branches or pull requests

1 participant