Go inside, see how it works!
This is a very basic list compressor, using a technique called run length encoding. Sometimes it doesn't work, like if you had a constant list going a,b,a,b,a,b,a,b and so in, it would make it larger, but if it has many repeated items in a row, it is great!