Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

feat: add memory cache #12

Merged
merged 20 commits into from
Apr 3, 2024
Merged

feat: add memory cache #12

merged 20 commits into from
Apr 3, 2024

Commits on Mar 30, 2024

  1. Add design in TODO.md

    lanlou1554 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2509c10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5e85f1 View commit details
    Browse the repository at this point in the history
  3. Add todo to disk_manager

    lanlou1554 committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d7bcc38 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. refactor: data_store -> data_store_cache, put lru into data_store_cac…

    …he, rename lru cache to lru replacer
    lanlou1554 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    9f7e9a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d4111f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aed7fb8 View commit details
    Browse the repository at this point in the history
  4. Add some comments

    lanlou1554 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4293251 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b1b890 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    090c72d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09c6735 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b67a81d View commit details
    Browse the repository at this point in the history
  9. Add tests for lru and lruk

    lanlou1554 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    9ebb871 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    d24bd5e View commit details
    Browse the repository at this point in the history
  2. Apply comment suggestions

    lanlou1554 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ee7aed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78f7df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2529358 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. merge main to this branch

    lanlou1554 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6ee979a View commit details
    Browse the repository at this point in the history
  2. fix format

    lanlou1554 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4e71df2 View commit details
    Browse the repository at this point in the history
  3. remove one todo

    lanlou1554 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3a1a538 View commit details
    Browse the repository at this point in the history
  4. fix typo

    lanlou1554 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e30d8bc View commit details
    Browse the repository at this point in the history