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
We should discuss the return type of the query_statements_by_ids backend methods, if we should keep them as they will be in v4.0.0 (returning a sync/async generator) or if they should return a list instead.
query_statements_by_ids returning generators seems to induce a lot of code replications and greatly complicates the API, for a potentially (not measured) small improvement in performance.
Feature Request
We should discuss the return type of the
query_statements_by_ids
backend methods, if we should keep them as they will be in v4.0.0 (returning a sync/async generator) or if they should return a list instead.query_statements_by_ids
returning generators seems to induce a lot of code replications and greatly complicates the API, for a potentially (not measured) small improvement in performance.Originally found by @SergioSim in #416 (comment)
The text was updated successfully, but these errors were encountered: