Klaus Post

Results 402 comments of Klaus Post

Trailing checksums are still missing. I am however in the testing phase currently.

I added a [xerial-snappy fork](https://github.com/klauspost/compress/tree/master/snappy/xerial#fork), which eliminates allocations if the destination buffer is big enough to contain the decoded content. There is also [DecodeCapped](https://github.com/klauspost/compress/blob/master/snappy/xerial/xerial.go#L209), which allows to completely control the...

It should be fairly pluggable. The current deduplication only has a memory storage, so it will take up memory on the receiving side. The sender only stores hashes of blocks,...

I think the main issue is dealing with latency and flushing at the right times, so you don't get responses that are hanging in a buffer somewhere. Also this is...

This requires multipart uploads to be disabled. I am a bit hesitant, since that isn't really obvious. Also errors: ``` Error: ./functional_tests.go:11409:4: syntax error: unexpected newline in composite literal; possibly...

@maflcko The testcase is from an oss-fuzz report - I do not have a way to extract it, sine it isn't running locally. I need to be able to extract...

@erikdubbelboer No. I do find it amazing that noone can provide this (seemingly) simple information - or at least where my assumption is wrong.

So following dependencies I get to [this](https://github.com/AdaLogics/go-fuzz-headers/blob/main/consumer.go#L413) seems to be something like a "decoder" for it. Seems a lot of the weirdness was introduced in https://github.com/AdaLogics/go-fuzz-headers/pull/112 I will not claim...

> RawImageDataU16::scaleValues produces apparently different output between the sse and non-sse code paths. The algorithm for generating the random values isn't the same. For non-dithered, the rounding is also slightly...