Wouter van Oortmerssen

Results 666 comments of Wouter van Oortmerssen

@mikkelfj I don't understand how it could take 40% of development time, it certainly was a

@mikkelfj yup, that's #2 in my original post.

@repi this is also still being considered for the existing FlatBuffers, but it is going to be a significant effort supporting it in all languages. I am guessing you'd be...

@mzaks absolute offsets would not compress any better (probably worse, since they'd be bigger numbers on average than relative offsets). To get absolute offsets relative to the start of the...

I can see the usefulness, but this is definitely more complex than with structs, where it is a mere memory mapping. Changing the signature of these functions at this point...

Default values for tables are more difficult since they are possibly large and recursive. Tables have a default value.. it is just null rather than empty object. It seemed to...

Yes, that is a bit clumsy. This feature hasn't seen a lot of testing I think. Glad that at least it can work. I'm not sure about the generated code...

Yes, it may well be that so far all users using this functionality have always used both attributes, so defaulting to `native_inline` can't possibly break them. If that is indeed...

@iceb0y yes, that would be a nice option to have (since now the type can be inline), though we'd have to provide our own implementation which I am not a...

We have zero dependencies so far, and I don't think we're about to take one on to include Abseil. And an empty table often makes a lot less sense than...