Discover Packages
github.com/grailbio/bigslice
archive
tarslice
package
Version:
v0.0.0-...-30c4c12
Opens a new window with list of versions in this module.
Published: May 19, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Overview Index Constants Variables Functions Types Reader(nshard, archive) type Entry
Documentation
¶
Package tarslice implements bigslice operations for reading tar archives.
Reader returns a slice of Entry records representing the tar
archive of the io.ReadCloser returned by the archive func. Slices
are sharded nshard ways, striped across entries. Note that the
archive is read fully for each shard produced.
Entry describes a single tar file entry, including its full contents.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.