package string_dict
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Efficient static string dictionaries
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.17.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=2e57a96c382080f574d6a36c37f080d608d6cade027b7262edd90e09e5052fff
    
    
  Description
Efficient static string dictionaries. By static, we mean that new key-value pairs cannot be added after the dictionary is created.
This uses the algorithm the OCaml compiler uses for pattern matching on strings.
Published: 26 May 2024
Dependencies (5)
- 
  
    dune
  
  
    >= "3.11.0"
- 
  
    ppx_hash
  
  
    >= "v0.17" & < "v0.18"
- 
  
    ppx_compare
  
  
    >= "v0.17" & < "v0.18"
- 
  
    base
  
  
    >= "v0.17" & < "v0.18"
- 
  
    ocaml
  
  
    >= "5.1.0"
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page