package ringo
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Caches (bounded-size key-value stores) and other bounded-size stores
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      ringo-v0.7.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=e32bbf680f33158cac632d5bcef478cb
    
    
  sha512=1e5daa9c5741ebce5a0265227674daed9f1bf7a2acd9be8ea655ae26220f85e003fb4ac3783253391ea6780d8bef9cd057df62c3872a9f6e6871852b4df3dc74
    
    
  doc/CHANGES.html
Archaeology: Raw import from the Tezos project
v0.1: Initial release
v0.2:
- complete rewrite: the library pivots towards caches
v0.3:
- Rename LooseasWeak
- Rename CACHEasCACHE_MAP(and associated name changes) to hint at key-value storage
- introduce set-caches (CACHE_SET) which are simple value caches (not key-value caches)
- introduce clearto empty caches entirely
- fix singleton-collection bug
- simplify code in main entry module
v0.4:
- Handle reinsertion as promotion
- bugfix: do not hard-fail when removing the single element of a collection
- Wrappers for Lwt, Lwt-Option, and Lwt-Result
- rename Strict to Strong (as opposed to Weak)
v0.5:
- Fix leakiness of Lwt-wrapped caches (clean-up functions would hold onto bindings)
- Fix race condition in Lwt-wrapped caches (rejection of a non-held promise cannot cause removal of a held promise)
- Folding in Lwt-wrapped caches ignores failed promises (aligns semantics with automatic cleaning)
- Improve documentation of Lwt-wrapped caches
v0.6:
- Add specialised 0-sized and 1-sized caches
- Improved test coverage
- Improved documentation
v0.7:
- Add filterto caches
- Support for empty and singleton caches in ringo-lwt
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >