Universal Script 📌
338.1k Views
91 Executions

Script Verified ReSub Compression

Universal Script 📌Uploaded by
vxstyvxsty
Verified Badge
Verified User
Hall of Fame
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.

View Raw
Edited By: vxsty Download


Comments

4
Log in to join the conversation. Login
WhatsHisIdentifier's profile picture
WhatsHisIdentifier2 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.

2
Kagasad's profile picture
Kagasad2 years ago(edited)

@MaybeJohnnyLol Okay I will try to understand it

1
Kagasad's profile picture
Kagasad2 years ago(edited)

What the hell I don't understand at all because I'm not scripter ðŸŠĶ

1
galaxyfounded's profile picture
galaxyfounded2 years ago(edited)

Good

1