Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python 类数据可以在不编组的情况下保存到 S3 吗?我正在尝试减少 I/O 操作,直到有必要为止。
Amazon S3 存储纯数据文件。即使有一个库让它看起来像是正在保存对象,它也会在后台进行编组。还不如自己腌制你的物体。