-
opensuse tumbleweed and LEAP 15.5
python 3.11.4 and 3.6.15
BiT installed from main openSUSE repo.
How do I rename profiles?
In particular "Main Profile?" That title conveys almost nothing. Othe…
-
Sometimes, I just want to get a specific algorithm for a particular file(s) instead of all the usual hashes configured, but the software will calculate all hashes, which wastes CPU time and may wait l…
-
Hi,
Are you working on getting xxHash registered as an HTTP Digest hash algorithm? See also:
https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-digest-headers
-
Function `ImHashData()` has comment `FIXME-OPT: Replace with e.g. FNV1a hash? CRC32 pretty much randomly access 1KB. Need to do proper measurements.`. I do happen to have such measurements.
Symbol …
-
Performance testing suggests that the [XXH3 hash repo](https://github.com/Cyan4973/xxHash) outperforms the murmur3 algorithm.
-
A bit elaboration of the **file checksum** topic as a reference for later - comments most welcome! Discussion originated in https://github.com/inbo/n2khab-preprocessing/pull/50 but is of broader relev…
-
I am using rsync 3.2.7, installed via Homebrew on macOS Ventura 13.2.1. Apple Silicon, if it matters (Apple M1 Pro).
`rsync --archive` does not set the timestamp correctly when the destination is a…
-
Hi. I get this error:
```bash
rsync --version
rsync version 3.1.2 protocol version 31
rsync -razsc rsync://host:port/hash /tmp/
rsync: connection unexpectedly closed (0 bytes received so fa…
-
Hi Simple HLL team,
Is there a reason why ahash was used (I know ahash is fast and CoS attack resistant) but not xxh3 (rust version of xxhash) or wyhash-rs.
Thanks,
Jianshu
-
reproducer: https://gcc.godbolt.org/z/xsTP44xvn
The two functions compute the same result, a 64x64-to-128 bit unsigned multiply. The portable version (that avoids `__int128`) does fold to good cod…