You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This is hinted in some commented codes, but we need to be able to put multiple inputs into a single compressed stream:
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
.The text was updated successfully, but these errors were encountered: