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

*: add lru cache to speed up scanning logs #302

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 30, 2023

  1. *: add lru cache to speed up scanning logs

    Signed-off-by: Jay Lee <[email protected]>
    BusyJay committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    5404d73 View commit details
    Browse the repository at this point in the history
  2. format code

    Signed-off-by: Jay Lee <[email protected]>
    BusyJay committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    bc4157f View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: Jay Lee <[email protected]>
    BusyJay committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    5ef0467 View commit details
    Browse the repository at this point in the history
  4. make cache local instead of global

    Global cache is wrong if there are multiple raft engine or raft
    engine is reopen multiple times.
    
    Signed-off-by: Jay Lee <[email protected]>
    BusyJay committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ce9b1a2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into add-lru-cache

    Signed-off-by: Jay Lee <[email protected]>
    BusyJay committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ddf1594 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. fix build

    Signed-off-by: Jay Lee <[email protected]>
    BusyJay committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    02f4c85 View commit details
    Browse the repository at this point in the history