Type Definition ironstorm_lookup::Bucket [] [src]

type Bucket = usize;

Every value that is inserted into the lookup table must be assigned to a bucket. Values, assigned to a lower bucket, will be returned before values from a higher bucket. This bucket mechanism is used instead a full blown sorting algorithm to boost performance.