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
    
    
  doc/CHANGES.html
v0.2.0 2017-03-31
Breaking changes:
- resizeno longer drops bindings if the new size pushes the queue over capacity.
- of_listhas simpler semantics; dropped the- capparameter.
Other changes:
- Replace Lru.M.cachewith more generalLru.memo.
- Queues with 0 initial capacity are legal.
- Add trimto shrink a queue to its capacity, as queues are no longer guaranteed to have size smaller than capacity.
- findgets the- promoteparameter, allowing queries that do not change the order.
- addgets the- trimparameter, allowing insertions that do not drop old entries.
v0.1.1 2016-11-28
- Fix missing dep on psqin META.
v0.1.0 2016-11-22
First release.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page