Currently message bytes are being stored as strings, e.g "10001000". Use native Python data structures to store this more efficiently.
Currently message bytes are being stored as strings, e.g "10001000". Use native Python data structures to store this more efficiently.