Skip to content

Support sparse file optimizations on Mac #3

@sduchesneau

Description

@sduchesneau

Sparse files are supported by the OS, but I'm lacking two operations in Go libraries:

  1. fiemap (finding the mapped segments in a sparse file to figure out what should be ignored when reading from disk)
  2. punch_hole (removing assigned chunks...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions