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

Add ReaderAt #31

Closed
wants to merge 14 commits into from
Closed

Add ReaderAt #31

wants to merge 14 commits into from

Commits on Mar 18, 2020

  1. add ReaderAt

    frrad committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    8e4bf87 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. building skeleton with one test

    frrad authored and Frederick Robinson committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    67736ad View commit details
    Browse the repository at this point in the history
  2. factor out readFooter function

    frrad authored and Frederick Robinson committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    dc0fb91 View commit details
    Browse the repository at this point in the history
  3. start reading index

    frrad authored and Frederick Robinson committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    03f3130 View commit details
    Browse the repository at this point in the history
  4. reads an index

    frrad authored and Frederick Robinson committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    7782d18 View commit details
    Browse the repository at this point in the history
  5. simple read test passes

    frederickrobinson committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    6a023ec View commit details
    Browse the repository at this point in the history
  6. move test files

    Frederick Robinson committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    7222079 View commit details
    Browse the repository at this point in the history
  7. add chunked test file

    Frederick Robinson committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    db43713 View commit details
    Browse the repository at this point in the history
  8. handle trailing nulls

    Frederick Robinson committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    ab374dd View commit details
    Browse the repository at this point in the history
  9. add new failing test for multiple streams

    Frederick Robinson committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    ef84e9b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. handle multi-sentence case

    Frederick Robinson committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    5879327 View commit details
    Browse the repository at this point in the history
  2. refactor test

    Frederick Robinson committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    97881a4 View commit details
    Browse the repository at this point in the history
  3. add benchmark

    Frederick Robinson committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    3d05949 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. add Size() method to access decompressed size

    frederickrobinson committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    927ef4b View commit details
    Browse the repository at this point in the history