hll-d v0.3.1 (2017-09-20T08:30:08Z)
Dub
Repo
dlang_hll_murmurhash
hll
Computes 64bit Murmurhash3 value.
extern (
C
) @
system
nothrow @
nogc
pragma(
inline
, false)
ulong
dlang_hll_murmurhash
(
const
(
void
)*
ptr
,
size_t
size
)
Meta
Source
See Implementation
hll
aliases
HLL_Free
HLL_Malloc
HLL_Realloc
count
put
functions
dlang_hll_count
dlang_hll_create
dlang_hll_destroy
dlang_hll_murmurhash
dlang_hll_put_hash
dlang_hll_put_uuid
dlang_hll_unite_temp
fromVarint
fromVaruint
linearCounting
m
normal_allocation_size
normal_bit_size
normal_length
normal_size
toVarint
toVaruint
varintLength
structs
HLL
InputSparse
OutputSparse
variables
_biasData
_rawEstimateData
_threshold
Computes 64bit Murmurhash3 value.