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.
C++ HDF API を使用して HDF5 ファイルを作成し、H5py Python ライブラリに対していくつかの比較を実行しています。
H5py Python ライブラリでは、GZIP や LZF などの圧縮アルゴリズムが使用される場合、デフォルトでオートチャンクが適用されます。
同じ条件が HDF5 C++ API に適用されますか? もしそうなら、GZIP などの圧縮アルゴリズムがデータ セットに適用されたときに、チャンクが自動的に作成されたことをどのように証明できますか。