write multiple chunks into one single file
Open
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
in my case, I want to save array into chunks, but I don't want them saved as split files 0.0, 1.0, 2.0 .... Is there any way to write multiple chunks into a file named f"{version}.data", and write meta info into f"{version}.meta", which can be more easily to manage data/meta objects.
Contributor guide
Assessment
This issue has not been assessed yet.