David Michael Barr

Results 43 comments of David Michael Barr

> do we have other places that would enjoy ldp? For sure, most of the wider distortion kernels. I will revisit them when we have a complete set of distortion...

There is a new project related to this issue: https://github.com/memorysafety/rav1d When it reaches initial release, we might attempt integration.

This is an example of a misleading comment. It is a precondition of `call_inverse_func()` that the stride of `input` is `width.min(32)`.

The advanced commands are not intuitive. ``` $ rav1e - -o - advanced -c bash _rav1e() { ... } complete -F _rav1e -o bashdefault -o default rav1e ``` This starts...

I have considered creating an internal enum for bit-depth, with access to the related values when needed. This would allow us to at least restrict some of the branching and...

It seems that some of the assumptions do not hold in certain circumstances. To investigate, I would revert the parts where width and height parameters are removed and assert that...

Archiving this PR for now. The main takeaway is that we need to rework the fuzzing design to be more efficient.

Hi @allada, `DedupStore` is structurally similar to how I envision a delta store. However, the behavior is somewhat different. While `DedupStore` is effective for large extents repeated verbatim between objects,...

@aaronmondal Thank you for the insightful link to Qdrant. This highlights the missing component in my proposal, an approximate nearest neighbors (ANN) algorithm. I note that there is an active...

### Notes from some offline analysis I created a corpus to explore this issue by collecting a snapshot of a CAS with `DedupStore` defaults and no other filters. I built...