foyer-rs / foyer

Hybrid in-memory and disk cache in Rust
https://foyer.rs
Apache License 2.0
291 stars 20 forks source link

chore: move compact bloom filter to utils, fix typos #680

Closed MrCroxx closed 1 month ago

MrCroxx commented 1 month ago

What's changed and what's your intention?

Please explain IN DETAIL what the changes are in this PR and why they are needed. :D

As title.

Checklist

Related issues or PRs (optional)

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
foyer-bench/src/main.rs 50.00% 1 Missing :warning:
Files with missing lines Coverage Δ
foyer-common/src/bits.rs 65.51% <ø> (ø)
foyer-common/src/object_pool.rs 88.37% <ø> (ø)
foyer-common/src/range.rs 27.08% <ø> (ø)
foyer-common/src/wait_group.rs 100.00% <100.00%> (ø)
foyer-intrusive/src/adapter.rs 88.88% <ø> (ø)
foyer-memory/src/context.rs 100.00% <ø> (ø)
foyer-memory/src/eviction/lfu.rs 91.13% <ø> (ø)
foyer-memory/src/generic.rs 90.90% <100.00%> (ø)
foyer-memory/src/handle.rs 97.32% <100.00%> (ø)
foyer-storage/src/compress.rs 60.00% <ø> (ø)
... and 9 more

... and 1 file with indirect coverage changes