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.
array.array多くの固定サイズの数値レコードをバイナリ形式で大きなファイルに保存するために使用しています。たとえば、 array.array('l', range(20)).tofile(fout). seekレコード境界で確実にチャンクするために使用するオフセットを計算するにはどうすればよいですか?
array.array
array.array('l', range(20)).tofile(fout)
seek