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

LRU cache for curie lookup #61

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 5, 2021

  1. implement: lru.rkt

    refactor: extract struct payload
    
    implement: unit test demonstrating lru bug
    
    fix: lru-freshen: the case of oldest lrun and newest lrun
    
    fix: handling an empty linked list would be more work, and useless, so skip it
    
    refactor: extract define lru-remove
    
    refactor: move all lru-evict calls to lru-ref
    
    amend: refactor: move all lru-evict calls to lru-ref
    
    refactor: use lru-remove from lru-evict
    
    refactor: remove unnecessary lru-evict call
    
    refactor: make all the counting work the same way
    
    renames/comments/formatting
    jeffhhk committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    894aa81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c51cec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c69be54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebc671b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c00a95 View commit details
    Browse the repository at this point in the history