Python Bitstream implementations

前端 未结 4 2034
长发绾君心
长发绾君心 2021-01-04 19:49

I am writing a huffman implementation in Python as a learning exercise. I have got to the point of writing out my variable length huffman codes to a buffer (or file). Only

4条回答
  •  Happy的楠姐
    2021-01-04 20:27

    Correct. Most of the modules in the stdlib that need bitstreaming are written in C, with the details hidden away.

提交回复
热议问题