in reply to Re^2: string to more compact format
in thread string to more compact format

To convert back, just read the packed_string 2 bits at a time, and translate them back. (0 -> "A", 1 -> "C", 2 -> "G", 3 -> "T").