-
Notifications
You must be signed in to change notification settings - Fork 14
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 Token detection #80
Comments
That output is produced by feature #48 introduced in v5.0. This section is intended as a help for the user to improve compression. For instance, if you have The line giving you this information is : As for merging |
thanks @Siorki now that make sense! about the formula - today i use a script which produce several regpack outputs with different settings. what about a brute force attempt to find the best compression? think thats feasible? |
Feasible yet difficult - that's exactly the point of issue #7 |
thanks! |
token detection can be improved, here's a sample output of my project:
this means:
var
andvar
exist -> should be combined asvar
- maybe combine it even withar
16
and16,
exist -> should be combined as16
*s,
and*s
The text was updated successfully, but these errors were encountered: