Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(byteview): Add non-consuming mmap constructor #448

Merged
merged 4 commits into from
Nov 18, 2021

Commits on Nov 15, 2021

  1. feat(byteview): Add non-consuming mmap constructor

    This adds constructor to mmap a File into a ByteView without consuming
    the file object.
    Floris Bruynooghe committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    eb9aa88 View commit details
    Browse the repository at this point in the history
  2. Explicitly drop the file before using the byteview

    Floris Bruynooghe committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    f15df74 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Rename

    Floris Bruynooghe committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    d8aac07 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Floris Bruynooghe committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    872f78f View commit details
    Browse the repository at this point in the history