Skip to content
  • Victor Lowther's avatar
    feat(mmap): Optional memory mapped zero copy support. · 6b6f6206
    Victor Lowther authored
    Add a Mmap function that will memory map a c.Src if it is really
    an os.File.  The common extent handling routines will recognize one of
    these files and use that to provide zero-copy access to underlying
    data where possible.
    6b6f6206