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

Popular posts from this blog

razor - Is this a bug in WebMatrix PageData? -

c# - How to set Z index when using WPF DrawingContext? -

c# - Cloning WPF controls and object hierarchies -