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

Improve output generation step #27

Open
gaetanomatonti opened this issue Oct 20, 2024 · 0 comments
Open

Improve output generation step #27

gaetanomatonti opened this issue Oct 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@gaetanomatonti
Copy link
Owner

We should improve the performance of the output generation step.

Currently, if multiple input files are provided, we decode all of them in each sub-step of the output process. If the same file is referenced for different token types, we decode the same tree multiple times.

Ideally, when decoding a tree, we should cache it so that we don't repeat the decoding process (if needed).

@gaetanomatonti gaetanomatonti added the enhancement New feature or request label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant