8000 Comparing v1.1.0...v1.2.0 · erni27/imcache · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: erni27/imcache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: erni27/imcache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 8 commits
  • 10 files changed
  • 1 contributor

Commits on Dec 25, 2023

  1. Improve evictionQueue interface (#52)

    * Improve evictionQueue interface
    
    * Simplify the entry creation
    
    * Simplify enforcing eviction policy in GetAll
    
    * Refactor GetOrSet method
    erni27 authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    88192fa View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Add LFU eviction policy (#53)

    * Add LFU eviction policy
    
    * Extend unit tests
    
    * Add benchmarks
    
    * Remove redundant check
    erni27 authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    50ebc73 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

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

Commits on Jan 15, 2024

  1. Add Peek method (#56)

    * Add Peek method
    
    * Remove redundant var
    erni27 authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    feac194 View commit details
    Browse the repository at this point in the history
  2. Add PeekMultiple method (#57)

    erni27 authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9ae8586 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Add PeekAll method (#58)

    * Add PeekAll method
    
    * Fix comments
    erni27 authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    20ba4c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    803488b View commit details
    Browse the repository at this point in the history
  2. Update readme (#60)

    * Update README
    
    * Remove inconsistent tabs
    erni27 authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ac0980a View commit details
    Browse the repository at this point in the history
Loading
0