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-0.2.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=a0d5a8622c6389679253da8a0ee3834bba42537e6e3029a57441d59c9396a72d
    
    
  md5=0de0ccda69b0b07a1c8169395782617f
    
    
  Description
lru provides LRU caches for OCaml. These are size-bounded finite maps that remove the least-recently-used (LRU) bindings to maintain their size constraint.
The library has two implementations: one is functional, the other imperative.
lru is distributed under the ISC license.
Documentation
Interface, online.
README
lru — Scalable LRU caches
v0.2.0
lru provides LRU caches for OCaml. These are size-bounded finite maps that remove the least-recently-used (LRU) bindings to maintain their size constraint.
The library has two implementations: 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