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

perf(memory): use thread-local sequence-based memory eviction policy #16087

Merged
merged 31 commits into from
May 27, 2024

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    9eb816a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d998a13 View commit details
    Browse the repository at this point in the history
  3. test(bench): add sequencer benchmark

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b87e911 View commit details
    Browse the repository at this point in the history
  4. fix: fix license header

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f9678c3 View commit details
    Browse the repository at this point in the history
  5. fix: do not init sequence when insert lru

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3959a16 View commit details
    Browse the repository at this point in the history
  6. perf: add lru bench

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1ba5fd6 View commit details
    Browse the repository at this point in the history
  7. fix: clear lru cache after drop

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6483b58 View commit details
    Browse the repository at this point in the history
  8. refactor: simplify clear

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7a9a7c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. fix: drop inited field when clear

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f76da99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f12c141 View commit details
    Browse the repository at this point in the history
  3. refactor: update metrics in rw

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8eccfee View commit details
    Browse the repository at this point in the history
  4. chore: update grafana

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    594111d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    dc0737a View commit details
    Browse the repository at this point in the history
  2. refactor: make sequencer args configurable

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    5d98779 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    f77d980 View commit details
    Browse the repository at this point in the history
  2. chore: tiny refactors

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    dce4999 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    7ebc5d3 View commit details
    Browse the repository at this point in the history
  2. chore: make clippy happier

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2339eee View commit details
    Browse the repository at this point in the history
  3. fix: enable unstabl feature

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ebc27aa View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on May 10, 2024

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

Commits on May 13, 2024

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

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    dc43b6a View commit details
    Browse the repository at this point in the history
  2. chore: fill rust docs for Sequencer

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6ae11d5 View commit details
    Browse the repository at this point in the history
  3. chore: refine docs for controller

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c934b8e View commit details
    Browse the repository at this point in the history
  4. fix: fix bench build

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3dfd2d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    207df01 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 27, 2024

  1. fix: resolve grafana build

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed May 27, 2024
    Configuration menu
    Copy the full SHA
    93858bb View commit details
    Browse the repository at this point in the history
  2. refactor: remove update_epoch

    Signed-off-by: MrCroxx <[email protected]>
    MrCroxx committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3d5917c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a46061b View commit details
    Browse the repository at this point in the history