See: Description
| Class | Description |
|---|---|
| Access<T> |
Strategy of reading bytes, defines the abstraction of
T class instances as ordered byte
sequence. |
| ByteBufferAccess | |
| CharSequenceAccess | |
| CompactLatin1CharSequenceAccess | |
| LongHashFunction |
Hash function producing
long-valued result from byte sequences of any length and
a plenty of different sources which "feels like byte sequences". |
| LongTupleHashFunction |
Tuple hash function producing more than 64-bit hash code into a result array of type
long[] from any byte sequences. |
| UnsafeAccess |
Currently implemented (in alphabetical order):
long-valued functions: see LongHashFunction
API for hashing sequential data to more than 64-bit result, pretty fast implementations of non-cryptographic hash functions.
Currently implemented (in alphabetical order):
long[]-valued functions: see LongTupleHashFunction
Copyright © 2014–2022. All rights reserved.