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 inputs #8

Open
lifthrasiir opened this issue Aug 25, 2021 · 0 comments
Open

Multiple inputs #8

lifthrasiir opened this issue Aug 25, 2021 · 0 comments
Assignees
Labels
decompressor enhancement New feature or request

Comments

@lifthrasiir
Copy link
Owner

This is hinted in some commented codes, but we need to be able to put multiple inputs into a single compressed stream:

  • A raw data in a JS string needs to be quoted.
  • The current Roadroller escapes every character beyond ASCII for better compression and a raw data can be severely disadvantaged unless specifically handled.
  • Some data may have different optimal parameters for the compression.
  • We can provide uniform preprocessing routines that are tuned for Roadroller.

The exact design is not yet finished, but it almost surely involves an additional code in the evaluated JS input and special identifiers like $ROADROLLER$INPUT_NAME.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
decompressor enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant