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

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

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -