https://github.com/grailbio/recordio
C++ implementation of github.com/grailbio/base/recordio
https://github.com/grailbio/recordio
cpp golang recordio
Last synced: about 1 month ago
JSON representation
C++ implementation of github.com/grailbio/base/recordio
- Host: GitHub
- URL: https://github.com/grailbio/recordio
- Owner: grailbio
- License: apache-2.0
- Created: 2019-10-29T21:02:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T21:31:47.000Z (over 6 years ago)
- Last Synced: 2025-06-23T15:49:23.469Z (12 months ago)
- Topics: cpp, golang, recordio
- Language: C++
- Size: 51.8 KB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RecordIO
This package contains C++ implementation of Grail RecordIO file format. The
file format is compatible with Go implementation. See
https://github.com/grailbio/base/tree/master/recordio for more details.
All the public classes are in recordio.h.