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 Len() to common interface #44

Merged
merged 4 commits into from
Apr 13, 2024
Merged

Add Len() to common interface #44

merged 4 commits into from
Apr 13, 2024

Commits on Jun 9, 2023

  1. Add Len() to common interface

    - implement Len for simple cache
    Eero Norri committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e6e2171 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Change common interface to use Keys() in Len() method

    Eero Norri committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9c6b76a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Add benchmark tests for Len() in simple policy

    Eero Norri committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    f08595a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Change cache interface to use internal Len method

    Eero Norri committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    3621c33 View commit details
    Browse the repository at this point in the history