Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cacheMon/libCacheSim-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.3.post2
Choose a base ref
...
head repository: cacheMon/libCacheSim-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.3.post3
Choose a head ref
  • 16 commits
  • 29 files changed
  • 3 contributors

Commits on Aug 4, 2025

  1. [Docs] Update main README.md and FAQ for missing python header (#26)

    * Update README.md
    
    * Add faq
    haochengxia authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    0696d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38f532c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0a0669 View commit details
    Browse the repository at this point in the history
  4. [Docs] Remove analyzer in README.md (#30)

    * [Docs] Remove analyzer in README.md
    
    * Update README.md
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update README.md
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    haochengxia and gemini-code-assist[bot] authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    5b4da1b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. [Refactor] Remove data loader to simplify api (#33)

    * Feat: Make data load internal
    
    * Update docs for data loading
    
    * Ruff format
    
    * Update examples and remove not used import
    haochengxia authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    9355b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a04c33c View commit details
    Browse the repository at this point in the history
  3. [Docs] Fix typos in README.md (#36)

    * Fix links in README.md
    
    * Remove redundant bracket in README.md
    haochengxia authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    36f4bf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. [Feat] Support LHD (#38)

    * Support LHD
    
    * Fix with chatbot suggestion
    haochengxia authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    fae43ce View commit details
    Browse the repository at this point in the history
  2. [feat] Support reader.get_working_set_size (#40)

    * Support reader.get_working_set_size
    
    * Update libcachesim/synthetic_reader.py
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update libcachesim/trace_reader.py
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update libcachesim/synthetic_reader.py
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update libcachesim/trace_reader.py
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    3 people authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    06a3dfa View commit details
    Browse the repository at this point in the history
  3. [Chore] Format cpp and py via clang-format and ruff (#41)

    * Format cpp and py
    
    * Fix typing annotation
    
    * Add check for calloc
    haochengxia authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    5d68276 View commit details
    Browse the repository at this point in the history
  4. [BugFix] Error in reader iter and benchmark (#42)

    * Fix reader iter and benchmark
    
    * Add README for benchmark
    
    * Update scripts/install.sh
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Update scripts/install.sh
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    
    * Refine benchmark
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    haochengxia and gemini-code-assist[bot] authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    a24ad03 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. [Feat] Support slice for reader (#43)

    * Support slice for reader
    
    * Improve the efficiency of slicing
    haochengxia authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    39edefb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

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

Commits on Aug 23, 2025

  1. Configuration menu
    Copy the full SHA
    57d92bf View commit details
    Browse the repository at this point in the history
  2. Update CMAKE_OSX_DEPLOYMENT_TARGET to 15.0 (#46)

    As GitHub upgrades its macOS machine to 15.0, we update this var
    haochengxia authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    77790b4 View commit details
    Browse the repository at this point in the history
  3. [Build] Update target for macOS deployment (#47)

    * [Build] update target for macOS deployment
    
    * Add notes
    haochengxia authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    4ebb6cf View commit details
    Browse the repository at this point in the history
Loading