Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hash.h « vowpalwabbit - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc8da5e469f36db4d9d8a6b92de8a79c8ad2190e (plain)
1
2
3
4
5
6
7
/*
Copyright (c) by respective owners including Yahoo!, Microsoft, and
individual contributors. All rights reserved.  Released under a BSD
license as described in the file LICENSE.
 */
const uint32_t hash_base = 0;
uint32_t uniform_hash( const void *key, size_t length, uint32_t initval);