Module ilyvion_util::cache

source ·
Expand description

Cache implementations based on the Rust book exercises.

Structs

  • Caches the result of an (presumably) expensive operation such that accessing the result multiple times doesn’t result in running the expensive operation multiple times.
  • Caches the result of an (presumably) expensive operation such that accessing the result multiple times doesn’t result in running the expensive operation multiple times.