2
0
mirror of https://github.com/boostorg/hash2.git synced 2026-01-20 04:32:30 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Peter Dimov
dda1476144 Update benchmark/unordered.cpp 2024-10-24 18:30:38 +03:00
Peter Dimov
5929c6b7e1 Remove unnecessary benchmark runs 2024-10-18 02:32:10 +03:00
Christian Mazakas
43c5038cbc add sha2 functions to benchmarks 2024-10-17 14:14:34 -07: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
9e3fc2a72c Add hashers that precalculate the seed into a hash algorithm instance to unordered.cpp as well 2020-10-24 20:42:18 +03:00
Peter Dimov
08721f0d00 Update key set; add another hasher that avoids hashing s.size() as a final step 2020-10-20 21:20:13 +03:00
Peter Dimov
12b0d36a47 Update benchmark/unordered.cpp 2019-04-01 13:44:34 +03:00
Peter Dimov
69af75af59 Add seed to hasher in benchmark/unordered.cpp 2018-01-08 18:24:18 +02:00
Peter Dimov
402cc520d1 Initial commit 2018-01-06 16:45:24 +02:00