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

Large buffers #22

Merged
merged 4 commits into from
Sep 14, 2021
Merged

Large buffers #22

merged 4 commits into from
Sep 14, 2021

Commits on Sep 11, 2021

  1. SampleBuffer doc string

    sjkelly committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    ea33e4c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Rework StreamBuffer and make it the core transaction primitive

    This reworks StreamBuffer, and makes it the core primitive
    for transacting via read and write. It is now aware of the Device MTU,
    and will align to the MTU. It also reworks the time stamps to align to
    each transaction, supporting multiple time stamps per buffer for latency
    analysis. We also allow the full vector type to be a Parameter,
    to support other array types.
    sjkelly committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    5b73691 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    228f55a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d4faca View commit details
    Browse the repository at this point in the history