chunking

package
v1.0.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2026 License: ISC Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Configuration

type Configuration struct {
	Algorithm  string `json:"algorithm"`   // Content-defined chunking algorithm (e.g., "rolling-hash", "fastcdc")
	MinSize    uint32 `json:"min_size"`    // Minimum chunk size
	NormalSize uint32 `json:"normal_size"` // Expected (average) chunk size
	MaxSize    uint32 `json:"max_size"`    // Maximum chunk size
}

func NewDefaultConfiguration

func NewDefaultConfiguration() *Configuration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL