
337.9k Views
ReSub Compression
Universal Script ๐Uploaded by 2 years ago
Please login to perform these actions:
Description
ReSub Algorithm is a project I've worked on for fun, While I was bored I decided to make something that is slightly helpful for some people. FAQ: What is ReSub? ReSub is a text compression algorithm that finds duplicate substrings used in a file and replaces those with symbols (b%d) Why use ReSub? No real reason to use it other than reducing file sizes by up to 20%. ReSub is gonna be maintained by ME & ONLY ME. Currently in beta, please report any bugs to my dms (libary.hello or ballsman3761 on discord) Known bugs: Substrings that have ; might break the script, Substrings with b%d=... might also break the script.
Comments
4

Offline
galaxyfounded 2 years ago - Edited
Good
Offline
Kagasad 2 years ago - Edited
What the hell I don't understand at all because I'm not scripter ๐ชฆ
Offline
WhatsHisIdentifier 2 years ago - Edited
@Kagaforgotpassword ReSub is a compression algorithm (obvious). It looks for repeated substrings (substrings are smaller strings that came from a large string) in your code, and compresses the text by replacing duplicate substrings with b%d, where %d is an increasing index.
Offline
Kagasad 2 years ago - Edited
@MaybeJohnnyLol
Okay I will try to understand it

![[๐ RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)

