Nicholas Gates

Results 137 comments of Nicholas Gates

Current plan: - [x] VortexReadAt should not assume alignment of the result bytes. - #1713 - [X] MessageReader copies to enforce alignment as necessary. The reader is configurable with minimum...

I think we can close this one out now

In ctx.compress, we could call stats.update on the result array before returning

Encoding == physical, dtype == logical. By the same argument, you could say we should have Timestamp encoding and not a Timestamp dtype since it's just an int64 underneath. But...

Hmmm, yeah there's a difference between an array of binary values `VarBin(Bytes)`, and a binary array. Ok, yep, let's instead have the encodings configure the compression ctx based on what...

For most arrays, validity metadata is just a single bit for whether or not a validity child is defined.

Only issue I see atm is that Divan doesn't support async benchmarks? Any ideas how to workaround @AdamGS ?

So on the one hand, we hope to provide zero-copy compatibility with all Arrow types, and so in that sense we should indeed add a Tensor type (similar to our...