python - Writing a Binary String to a file -
i writing huffman encoding program compress text file. converted text file huffman encoded value, , need write file. using python "bitvector" module, far slow when reading , writing from/to file. there other ways of doing this(preferably faster)?
thanks.
you might consider using struct package python standard library.
Comments
Post a Comment