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

Add option to bypass decompression #502

Closed
derevnjuk opened this issue Jan 16, 2024 · 0 comments · Fixed by #503
Closed

Add option to bypass decompression #502

derevnjuk opened this issue Jan 16, 2024 · 0 comments · Fixed by #503
Assignees
Labels
Type: refactoring Changes in the way the code works internally without changing the output produced. Type: technical debt Changes that remove or significantly update old unused code and/or dependencies.

Comments

@derevnjuk
Copy link
Member

Currently, the Bright-CLI performs decompression by default, which can sometimes affect performance, especially on large datasets or in scenarios where decompression is not necessary. To improve the overall performance of Bright-CLI, I propose adding an option to bypass decompression when it is not needed.

Expected Behavior

  • When the decompress option is enabled in the request parameters, Bright-CLI should skip decompression and rely the input data as is.

Use Case

This enhancement would be particularly beneficial for users working with the authentication recorder or cases where decompression is not needed.

@derevnjuk derevnjuk added Type: refactoring Changes in the way the code works internally without changing the output produced. Type: technical debt Changes that remove or significantly update old unused code and/or dependencies. labels Jan 16, 2024
@derevnjuk derevnjuk self-assigned this Jan 16, 2024
@derevnjuk derevnjuk linked a pull request Jan 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: refactoring Changes in the way the code works internally without changing the output produced. Type: technical debt Changes that remove or significantly update old unused code and/or dependencies.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant