associative-cache icon indicating copy to clipboard operation
associative-cache copied to clipboard

A generic, fixed-size, associative cache

Results 7 associative-cache issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Changelog Sourced from rand's changelog. [0.8.5] - 2021-08-20 Fixes Fix build on non-32/64-bit architectures (#1144) Fix "min_const_gen" feature for no_std...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.4.0] - 2022-09-10 Removed The Criterion::can_plot function has been removed. The Criterion::bench_function_over_inputs function has been...

dependencies

Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. Changelog Sourced from criterion's changelog. [0.5.1] - 2023-05-26 Fixed Quick mode (--quick) no longer crashes with measured times over 5...

dependencies

When running tests for 1.0.1 on i386, I get the following failures: ``` console $ /usr/bin/cargo test -j12 -Z avoid-dev-deps --release --no-fail-fast --lib running 15 tests test replacement::lru::tests::lru_replacement ... ok...

This crate claims that its license is `MIT OR Apache-2.0`, but the license text is not included. Both the MIT and the Apache-2.0 licenses require including the full text when...