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

Issues/3340 single buffer #3364

Closed

Commits on Feb 24, 2023

  1. [issue 3340] SingletonReplayBuffer

    based off of SizeBoundReplayBuffer, but with simplifications in size/cpacity/replay etc.
    MikkelHJuul committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    494bce1 View commit details
    Browse the repository at this point in the history
  2. [issue 3340] SingletonReplayBuffer bindings

    add bindings to places where the SingletonReplayBuffer can be used in stead of the SizeBoundReplayBuffer
    MikkelHJuul committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    df167cb View commit details
    Browse the repository at this point in the history
  3. [issue 3340] SingletonReplayLatest Benchmark

    to compare against the replaced implementation
    MikkelHJuul committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    b3e35b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. [issue 3340] Tests for Singleton

    1 test fails
    MikkelHJuul committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    5915981 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7109b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    695150c View commit details
    Browse the repository at this point in the history
  2. [issue 3340] fix bug when passing same value in a row

    When the same value is passed two times in a row the prior implementation does not convey the second signal
    MikkelHJuul committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ae5153e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. [issue 3340] fix a bug

    FUSED still not working
    MikkelHJuul committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    55baba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8734d4 View commit details
    Browse the repository at this point in the history
  3. [issue 3340] remove test

    MikkelHJuul committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    3eb08ce View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

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

Commits on Mar 26, 2023

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