package
Version:
v1.3.25
Opens a new window with list of versions in this module.
Published: Oct 6, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
This module provides a way to benchmark different HRW variants.
The following approaches were considered for comparison:
- Using XXHash for computation of checksum
- Using XXHash + xorshift64* for computation of checksum
- Using XXHash + xoshiro256** for computation of checksum
For a detailed analysis of the experiment results, please refer to this PDF.
How to run tests and benchmarks?
$ go test -tags hrw -bench=.
Documentation
¶
Package hrw provides a way to benchmark different HRW variants.
See /bench/hrw/README.md for more info.
- Copyright (c) 2018-2023, NVIDIA CORPORATION. All rights reserved.
Package hrw provides a way to benchmark different HRW variants.
See /bench/hrw/README.md for more info.
- Copyright (c) 2018-2024, NVIDIA CORPORATION. All rights reserved.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.