2
0
mirror of https://github.com/boostorg/hash2.git synced 2026-01-19 16:22:15 +00:00

19 Commits

Author SHA1 Message Date
Peter Dimov
3dda04e461 Add xxh3_128 to benchmark/keys.cpp, benchmark/unordered.cpp 2025-05-01 20:40:08 +03:00
Peter Dimov
dc5f5eb7c4 Update get_integral_result uses to reflect the API change 2025-03-05 17:11:31 +02:00
Peter Dimov
ca7d022c38 Update benchmark/keys.cpp 2024-10-24 18:26:07 +03:00
Peter Dimov
5929c6b7e1 Remove unnecessary benchmark runs 2024-10-18 02:32:10 +03:00
Christian Mazakas
efb8166152 add ripemd160 implementation 2024-07-17 09:06:08 -07:00
Peter Dimov
3501a6bb96 Remove Murmur3 and Spooky2 2024-07-16 19:08:46 +03:00
Peter Dimov
842d0acf0c Update benchmarks 2023-12-12 01:50:18 +02:00
Peter Dimov
c5bd986899 Replace sprintf use with snprintf 2023-12-11 22:13:15 +02:00
Peter Dimov
4dd4d3621d Change signature of HashAlgorithm::update to (void const*, size_t) 2023-12-11 20:17:25 +02:00
Peter Dimov
6d9e300c57 Use is_range traits from ContainerHash 2023-12-07 19:57:41 +02:00
Peter Dimov
a31dab5c82 Update is_contiguously_hashable to take endianness; remove is_uniquely_represented 2023-12-07 19:39:49 +02:00
Peter Dimov
63baf5b735 Remove byte_type.hpp 2023-12-07 18:16:41 +02:00
Peter Dimov
158d2c5418 Replace uses of <boost/cstdint.hpp> with <cstdint> 2023-12-02 00:52:47 +02:00
Peter Dimov
676bde9ae8 Remove uses of Boost.StaticAssert 2023-12-02 00:16:37 +02:00
Peter Dimov
0911877a0c Update benchmarks 2023-11-30 17:19:04 +02:00
Peter Dimov
790a8d2f07 Lift hasher creation out of the loop 2020-10-24 20:41:43 +03:00
Peter Dimov
8190a00905 Add hashers that precalculate the seed into a hash algorithm instance 2020-10-20 21:36:34 +03:00
Peter Dimov
a41bac3157 Update key set; add another hasher that avoids hashing s.size() as a final step; optimize mul31 2020-10-20 21:20:41 +03:00
Peter Dimov
e22c9c3990 Add benchmark/keys.cpp 2020-08-27 18:47:54 +03:00