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

Multiple offsets #9

Open
eshaz opened this issue Feb 3, 2023 · 0 comments
Open

Multiple offsets #9

eshaz opened this issue Feb 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@eshaz
Copy link
Owner

eshaz commented Feb 3, 2023

  • Encoded size might be decreased by allowing for mulitple offsets in a single encoded string. A table could be added with byte counts and offsets that describe which offsets to use for each chunk. This would be generated during encoding with the optimal configuration.
  • If there are any byte values that are not used in the input, the largest chunk of escaped characters could be shifted into these byte values as long as the unused byte value does not need to be escaped itself.
@eshaz eshaz added the enhancement New feature or request label Mar 10, 2023
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