-
currently we only have a header+data checksum (crc32) in the stored repository object.
format: crc:32 + size:32 + tag:8 (+ chunkid:256)
this is a bit unfortunate if one wants to iterate over the…
-
### Game or games this happens in
ULUS-10070
### What area of the game / PPSSPP
When starting the game, I open debugger, and at some point shortly after, ppsspp crashes. It doesn't crash without de…
-
As I noticed when I got distracted in #607, it seems that a new experiment to try would be to mix SIMD and scalar code.
This would utilize both the integer and FPU pipelines, at the cost of some comp…
-
SipHash is too slow to use as a level 1 hash.
XXH3 is a very fast alternative but there are some problems with XXH3_64 and XXH3_128.
- Current version of github.com/zeebo/xxh3 doesn't support se…
-
Perform some binary profiling to determine exact case of slowdown.
Affected versions: `v0.6.0`, `v0.5.5`, suspect the following culprits:
- blake3 on MacOS or M1
- MacOS caching
Ex Linux mac…
-
### What version of gRPC and what language are you using?
gRPC: 1.16.0
python: 3.8.0
### What operating system (Linux, Windows,...) and version?
ubuntu 18.04, ppc64le (power 8)
### What runti…
-
hi... imagine this situation
- suppose we have an embedded system with a basic webserver and xxhash32
- we generate a dynamic web page with many chunks, each one with some step of a larger process…
-
I had the wrong checksum set for one download and it silently not added it to to the library folder. As if it was not downloaded at all. Checking the debug log has shown it was a valid checksum mismat…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
happen by accadence
### 2. What did you expect to see? (Require…
-
The exact problem happens when assert() macro is active; the code location in release 0.8.0 is:
xxhsum.c:1540:38: warning: comparison of integers of different signs: 'const AlgoSelected' and 'unsig…