package octez-internal-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A package that contains some libraries used by the Octez suite
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-octez-v20.1.tag.bz2
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
    
    
  sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65
    
    
  doc/octez-internal-libs.irmin_pack/Irmin_pack/index.html
Module Irmin_packSource
A space-optimiezed, on-disk store inspired by Git Packfiles.
Configuration
Source
val config : 
  ?fresh:bool ->
  ?readonly:bool ->
  ?lru_size:int ->
  ?lru_max_memory:int option ->
  ?index_log_size:int ->
  ?merge_throttle:Conf.merge_throttle ->
  ?indexing_strategy:Indexing_strategy.t ->
  ?use_fsync:bool ->
  ?dict_auto_flush_threshold:int ->
  ?suffix_auto_flush_threshold:int ->
  ?no_migrate:bool ->
  ?lower_root:string option ->
  string ->
  Irmin.configConfiguration options for stores. See Irmin_pack.Conf for more details.
Inode
Keys and Values
This module defines abstractions over entries in the pack file, which are encoded as follows:
Store
Integrity Check
Metrics
Low-level Stores
On-disk format
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page