Felix Handte

Results 46 comments of Felix Handte

If we cared to, we could consider adding an `int _reserved` field to the struct definition and stabilizing with that.

One thing we can do here would be to add a test that runs a compression, captures the flag outputs, reruns the compression under those flags, and then validates that...

Hi @nolange, I'm really excited to see your interest in bringing zstd to busybox! We'd be very happy to be included in the toolkit. It sounds like the overriding need...

I think so. :) So it sounds like there are a set of code changes we could merge, and the rest would be a mechanical conversion that we could automate...

@nolange, I'm curious if you have any updates on this topic. We've been talking to the Chrome folks about integrating Zstd into the browser and they also care a lot...

@hmartink, thanks for the report! We'll address this in the next release.

Hi @tuxayo, We've discussed this a bunch internally, and we've had related conversations on various issues (#1669, #315, #2853, mozilla/standards-positions#105). The summary is that this is something we would like...

@dotnwat, Thanks for providing so much context! I'm sorry to say that in general, the answer to your question is no. And unfortunately, it's not just an API limitation: the...

> This isn't ideal because we need to reserve based on a worst case scenarios (up to some limit), and more important, this memory in pinned forever, even though clients...

I'm uncomfortable with this fix as proposed. While this is a reasonable patch for Debian to ship, since they can make guarantees about the environment this code is being shipped...