blob: 05a9c2bece08aa1f562ed2e911107b4b6462c336 (
about) (
plain) (
blame)
1
2
3
4
5
6
|
// Package internal encapsulates packed store implementation details.
//
// We have separate internal subpackages for ingest vs read and such,
// because these operations are so different that they almost share
// no code. This makes things clearer.
package internal
|