ip7z

Results 2 issues of ip7z

zstd 1.5.2 doesn't reduce the Windows Size from 2 GiB to 1 GiB, if file size is exactly 1 GiB. **To Reproduce** ``` FSUtil File CreateNew 1024 0x40000000 zstd --long=31...

good first issue

`MemoryLatency.c` ``` float RunLatencyTest(uint32_t size_kb, uint64_t iterations) { for (int i = 0; i < iterations; i++) { current = A[current]; ``` here we have `int` 31-bit overflow for big...