Module Cmph.Config
type chd_config={keys_per_bucket : int;keys_per_bin : int;}type algo=[|`Bmz|`Bmz8|`Chm|`Bdz|`Bdz_ph|`Chd_ph of chd_config|`Chd of chd_config]type t
Cmph.Configtype chd_config = {keys_per_bucket : int; |
keys_per_bin : int; |
}type algo = [ | `Bmz |
| `Bmz8 |
| `Chm |
| `Bdz |
| `Bdz_ph |
| `Chd_ph of chd_config |
| `Chd of chd_config |
]type t