Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Add SequenceReader<T> #33288

Merged
merged 10 commits into from
Nov 10, 2018
Merged

Add SequenceReader<T> #33288

merged 10 commits into from
Nov 10, 2018

Commits on Nov 7, 2018

  1. Add SequenceReader<T>

    Initial add of ReadOnlySequence<T> reader. Includes search and binary read functionality.
    
    Perf tests will be ported from CoreFXlab later. Parse functionality still being discussed.
    JeremyKuhne committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    82930ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0910977 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    021075d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Address more feedback. Removing TryReadTo without advancePastDelmiter…

    … as we don't have the same pattern yet for the other overloads.
    JeremyKuhne committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    d287daf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d75684 View commit details
    Browse the repository at this point in the history
  3. Fix uap builds

    JeremyKuhne committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    70ef6d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb408c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    0064326 View commit details
    Browse the repository at this point in the history
  2. Change casing pt 2.

    JeremyKuhne committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    10443a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b221ba0 View commit details
    Browse the repository at this point in the history