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: bitfaster/BitFaster.Caching
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.2
Choose a base ref
...
head repository: bitfaster/BitFaster.Caching
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.3
Choose a head ref
  • 16 commits
  • 28 files changed
  • 2 contributors

Commits on Nov 2, 2023

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

Commits on Nov 7, 2023

  1. Bump BenchmarkDotNet from 0.13.9 to 0.13.10 (#451)

    Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10.
    - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
    - [Commits](dotnet/BenchmarkDotNet@v0.13.9...v0.13.10)
    
    ---
    updated-dependencies:
    - dependency-name: BenchmarkDotNet
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7bade28 View commit details
    Browse the repository at this point in the history
  2. Bump ConsoleTables from 2.5.0 to 2.6.1 (#445)

    Bumps [ConsoleTables](https://github.com/khalidabuhakmeh/ConsoleTables) from 2.5.0 to 2.6.1.
    - [Release notes](https://github.com/khalidabuhakmeh/ConsoleTables/releases)
    - [Commits](khalidabuhakmeh/ConsoleTables@2.5.0...2.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: ConsoleTables
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b20d1b9 View commit details
    Browse the repository at this point in the history
  3. Bump xunit from 2.5.2 to 2.6.1 (#449)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.5.2 to 2.6.1.
    - [Commits](xunit/xunit@2.5.2...2.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1af09c0 View commit details
    Browse the repository at this point in the history
  4. Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.9 to 0.13.10 (#450)

    Bumps [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10.
    - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
    - [Commits](dotnet/BenchmarkDotNet@v0.13.9...v0.13.10)
    
    ---
    updated-dependencies:
    - dependency-name: BenchmarkDotNet.Diagnostics.Windows
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5275b07 View commit details
    Browse the repository at this point in the history
  5. Fix LRU clear when warm/hot items are touched (#453)

    * Fix LRU clear when warm/hot items are touched
    
    * add trim test
    
    * special case
    
    * cleanup
    
    ---------
    bitfaster authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    175e9d5 View commit details
    Browse the repository at this point in the history
  6. Update README.md (#454)

    bitfaster authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d3a781c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. optimize LFU (#438)

    * test
    
    * simplify+inline
    
    * rem del
    
    * inline iter
    
    * match caffeine
    
    * afterwrite
    
    ---------
    bitfaster authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a99aa78 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    bebba07 View commit details
    Browse the repository at this point in the history
  2. Revise LRU eviction logic (#456)

    Simplify eviction logic, remove redundant volatile reads.
    bitfaster authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8ac5f56 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Configuration menu
    Copy the full SHA
    b027a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b5e246 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bc75e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0588062 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23778c2 View commit details
    Browse the repository at this point in the history
  6. 2.3.3 (#463)

    bitfaster authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    532db75 View commit details
    Browse the repository at this point in the history
Loading