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

feat: support in-memory cache online resize #794

Merged
merged 2 commits into from
Nov 25, 2024

chore: update comments

fd509a6
Select commit
Loading
Failed to load commit list.
Merged

feat: support in-memory cache online resize #794

chore: update comments
fd509a6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 25, 2024 in 0s

66.28% of diff hit (target 83.92%)

View this Pull Request on Codecov

66.28% of diff hit (target 83.92%)

Annotations

Check warning on line 42 in foyer-common/src/hasher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-common/src/hasher.rs#L40-L42

Added lines #L40 - L42 were not covered by tests

Check warning on line 46 in foyer-common/src/hasher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-common/src/hasher.rs#L44-L46

Added lines #L44 - L46 were not covered by tests

Check warning on line 54 in foyer-common/src/hasher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-common/src/hasher.rs#L52-L54

Added lines #L52 - L54 were not covered by tests

Check warning on line 58 in foyer-common/src/hasher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-common/src/hasher.rs#L56-L58

Added lines #L56 - L58 were not covered by tests

Check warning on line 62 in foyer-common/src/hasher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-common/src/hasher.rs#L60-L62

Added lines #L60 - L62 were not covered by tests

Check warning on line 66 in foyer-common/src/hasher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-common/src/hasher.rs#L64-L66

Added lines #L64 - L66 were not covered by tests

Check warning on line 70 in foyer-common/src/hasher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-common/src/hasher.rs#L68-L70

Added lines #L68 - L70 were not covered by tests

Check warning on line 74 in foyer-common/src/hasher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-common/src/hasher.rs#L72-L74

Added lines #L72 - L74 were not covered by tests

Check warning on line 78 in foyer-common/src/hasher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-common/src/hasher.rs#L76-L78

Added lines #L76 - L78 were not covered by tests

Check warning on line 82 in foyer-common/src/hasher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-common/src/hasher.rs#L80-L82

Added lines #L80 - L82 were not covered by tests

Check warning on line 518 in foyer-memory/src/cache.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/cache.rs#L518

Added line #L518 was not covered by tests

Check warning on line 32 in foyer-memory/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/error.rs#L30-L32

Added lines #L30 - L32 were not covered by tests

Check warning on line 43 in foyer-memory/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/error.rs#L39-L43

Added lines #L39 - L43 were not covered by tests

Check warning on line 49 in foyer-memory/src/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/error.rs#L45-L49

Added lines #L45 - L49 were not covered by tests

Check warning on line 254 in foyer-memory/src/eviction/lfu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/eviction/lfu.rs#L236-L254

Added lines #L236 - L254 were not covered by tests

Check warning on line 258 in foyer-memory/src/eviction/lfu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/eviction/lfu.rs#L256-L258

Added lines #L256 - L258 were not covered by tests

Check warning on line 260 in foyer-memory/src/eviction/lfu.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/eviction/lfu.rs#L260

Added line #L260 was not covered by tests

Check warning on line 173 in foyer-memory/src/eviction/lru.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/eviction/lru.rs#L165-L173

Added lines #L165 - L173 were not covered by tests

Check warning on line 225 in foyer-memory/src/eviction/s3fifo.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/eviction/s3fifo.rs#L225

Added line #L225 was not covered by tests

Check warning on line 255 in foyer-memory/src/eviction/s3fifo.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/eviction/s3fifo.rs#L249-L255

Added lines #L249 - L255 were not covered by tests

Check warning on line 484 in foyer-memory/src/raw.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/raw.rs#L482-L484

Added lines #L482 - L484 were not covered by tests

Check warning on line 495 in foyer-memory/src/raw.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

foyer-memory/src/raw.rs#L495

Added line #L495 was not covered by tests