python functool.lru_cache

Creator
Creator
Seonglae Cho
Created
Created
2024 Jan 12 1:52
Editor
Edited
Edited
2024 Oct 18 23:4
Refs
Refs

store the results of expensive function calls and return the cached result when the same inputs occur again

  • decorator to optimize performance-intensive functions
  • Limited and Predictable Input Variance
  • Repetitive Computations with Identical Inputs
 
 
 
 
 
 
 

Recommendations