package lru
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Scalable LRU caches
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      lru-v0.3.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=84efe3e123c89e2622f973eef4483fbfc0943c27844a0e3aa2b504cc4ecb69a9
    
    
  md5=ecaa8c9f5f708879140961ce35bcdba4
    
    
  doc/README.html
lru — Scalable LRU caches
v0.3.0
Lru provides weight-bounded finite maps that can remove the least-recently-used (LRU) bindings in order to maintain a weight constraint.
Two implementations are provided: one is functional, the other imperative.
lru is distributed under the ISC license.
Homepage: https://github.com/pqwy/lru
Documentation
Interface, online.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page