package bloomf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Bloomf.HashableSource

The input interface for Bloomf.Make.

Sourcetype t

The type of the values to be stored.

Sourceval hash : t -> int

The hash function. This function must return positive integers. Behavior is undefined otherwise. Please note that false positive rate might be affected by unevenly distributed hash functions.

OCaml

Innovation. Community. Security.