Only the {@link #safeInstance() safe instance} is guaranteed to work on yourJVM, as a consequence it is advised to use the {@link #fastestInstance()} or{@link #fastestJavaInstance()} to pull a {@link XXHashFactory} instance.
All methods from this class are very costly, so you should get an instance once, and then reuse it whenever possible. This is typically done by storing a {@link XXHashFactory} instance in a static field.
|
|
|
|