jedisct1 / rust-arc-cache

An Adaptative Replacement Cache for Rust
Other
11 stars 3 forks source link

Let the users remove entries #2

Closed Kerollmops closed 4 years ago

jedisct1 commented 4 years ago

Keys should also be removed from the evicted sets.

And for consistency, if we add a remove operation, we should probably add a removed counter as well.

jedisct1 commented 4 years ago

Thank you!

Kerollmops commented 4 years ago

Do you plan to bump the crate version?

jedisct1 commented 4 years ago

Done.

Kerollmops commented 4 years ago

It doesn't seems like the v0.2.3 contains these changes.

EDIT: The v0.2.4 did.