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

Revise inline fragments normalization #53

Open
gohabereg opened this issue Nov 15, 2023 · 0 comments
Open

Revise inline fragments normalization #53

gohabereg opened this issue Nov 15, 2023 · 0 comments

Comments

@gohabereg
Copy link
Member

Currently inline fragments are merged in case two neighbouring fragments:

  1. are from the same tool
  2. the second fragment starts at index where the first one ends

How it should work ideally:

  1. Two fragments in the fragments array are from the same tool
  2. The second fragment starts at index where the first one ends

Naive solution would be O(n^2), we should think of more efficient solution

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

No branches or pull requests

1 participant