why does python's array uses 2 bytes for unsigned ints, whereas C expects 4 bytes in general?

前端 未结 0 993
北恋
北恋 2021-01-04 01:21

I need to store a large number of unsigned integers. Looking at https://docs.python.org/3/library/array.html, I wonder why python\'s array uses 2 bytes for unsigned ints whe

相关标签:
回答
  • 消灭零回复
提交回复
热议问题