Robert Kruszewski

Results 111 comments of Robert Kruszewski

This maybe works in python but unclear if pydust argument unpacking handles it

with #422 we can start building alternative compression strategy

This is a real bug fwiw where we change the alignment between allocation and freeing. The solution is to either have our own buffer type with alignment #454 or support...

At one point I was investigating it and added some miri ignores to get more things to run https://github.com/spiraldb/vortex/pull/514

done in #664

Unchecked is usually used to mean unsafe, i.e. this can succeed but still be wrong. I would say we should kill the new methods and just keep try new

We have mostly got rid of try_new.unwrap. I think we should enforce no random unwraps

Interesting. I thought the encoding provides differentiation. Arbitrary byte array will be some kind of varbin so varbin when recursing on its children will know what kind of compressions make...

I don’t think the same reasoning leads the result you arrived at. Arbitrary binary type has different logical type already, same for timestamp. If you’d like to apply the same...