Skip to content

Add SIEVE eviction algorithm with tests and fix build issues#72

Draft
ljluestc wants to merge 1 commit intomuesli:masterfrom
ljluestc:add-sieve-eviction
Draft

Add SIEVE eviction algorithm with tests and fix build issues#72
ljluestc wants to merge 1 commit intomuesli:masterfrom
ljluestc:add-sieve-eviction

Conversation

@ljluestc
Copy link

@ljluestc ljluestc commented Jun 9, 2025

The build is failing because we're referencing fields and types that haven't been properly defined in the codebase. We need to define the type, add the necessary fields to the struct, and ensure all references to these new elements are correctly implemented. EvictionPolicy``CacheTable
Steps:

  1. Create a separate file for the type definition EvictionPolicy
  2. Update the struct to include the missing fields CacheTable
  3. Fix the function to use the correct type Cache``EvictionPolicy
  4. Ensure all methods using the SIEVE cache are properly implemented

@ljluestc ljluestc marked this pull request as draft June 9, 2025 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant