I have a list of small strings, and I would like to quickly compress them. What is a good approach to do this? The strings don't have any other properties, aside from having ~13 million strings with sizes from 5 - 30 characters length.
Update: From the comments, these are sent over a network, used for a join so I don't know the specific properties, order doesn't matter, and I am sending them in bulk.
send them over a network,bulk decompressor[decompressed] order doesn't matter.