We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f660da commit 0945941Copy full SHA for 0945941
crates/engine/tree/src/tree/precompile_cache.rs
@@ -1,4 +1,4 @@
1
-//! Contains a precompile cache that is backed by a moka cache.
+//! Contains a precompile cache backed by `schnellru::LruMap` (LRU by length).
2
3
use alloy_primitives::Bytes;
4
use parking_lot::Mutex;
0 commit comments