You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: