Rozettacode is a large improvement on a common compression type used for "reducing" string length The process is taking each letter and then after it writing how many times that letter repeats However, if letters in the string don’t repeat then this doubles the data the string uses Rozettacode fixes this problem by only adding numbers where needed. Others have likely thought of this idea in the past and maybe even did it with a different system. What makes Rozettacode special is its use of Unicode characters that it converts the numbers in the input string to special sets of Unicode characters (it also only uses ones that aren’t present in the input) The name comes from my online pseudo name, but also from a complex type of planet orbit that pulls the planet closer and farther from its target in a spiral pattern. Like the increasing and decreasing size of using the method it’s based on.
Need to make computation time faster