ARK-Builders / ARK-Builders/ark-core
Benchmark faster hash functions
Open
- Dominant language
- Rust
- Stars
- 10
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
We are interested in overall performance for index construction, i.e. both pure hashing speed and collisions amount are important. Note that there are at least 2 kinds of `t1ha` function: `t1ha0` (the fastest) and `t1ha1` (portable).
We should also measure `t1ha2` and `t1ha3` since they should have less collisions.
https://github.com/PositiveTechnologies/t1ha
Contributor guide
Assessment
This issue has not been assessed yet.