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

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -