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

One more take at streaming #82

Merged
merged 7 commits into from
Sep 18, 2024
Merged

One more take at streaming #82

merged 7 commits into from
Sep 18, 2024

Commits on May 21, 2021

  1. Add read-values and write-values

    read-values dispatches to the ReadValues protocol. It returns an
    iterator via an ObjectReader derived from the supplied mapper.
    The returned iterator is reified in a manner similar to Eduction to
    support reduction and sequence construction over it.
    
    write-values relies on two protocols - WriteValues for the output
    destination, similarly to WriteValue, and WriteAll for the type being
    written, which can be an array or an Iterable.
    It writes an array or iterable to destination via a SequenceWriter.
    Importantly, write-values distables automatic flushing on serialization
    to get good performance.
    bsless committed May 21, 2021
    Configuration menu
    Copy the full SHA
    449dd34 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    cb29c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    455ced1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    a9b5ecf View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    d3f628a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a85537c View commit details
    Browse the repository at this point in the history
  3. doc: streaming.md

    opqdonut committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    82e72cf View commit details
    Browse the repository at this point in the history